Skip to content

Commit 006b58c

Browse files
committed
fix: add icon property to ServerTemplate type
1 parent a0c6c0e commit 006b58c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/templates/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ export interface ServerTemplate {
147147
description: string;
148148
/** Target audience or use case */
149149
useCase: string;
150+
/** Icon for the template (emoji) */
151+
icon?: string;
150152
/** Roles to create (in order of hierarchy, highest first) */
151153
roles: TemplateRole[];
152154
/** Categories and channels to create */

0 commit comments

Comments
 (0)