We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c6c0e commit 006b58cCopy full SHA for 006b58c
src/templates/types.ts
@@ -147,6 +147,8 @@ export interface ServerTemplate {
147
description: string;
148
/** Target audience or use case */
149
useCase: string;
150
+ /** Icon for the template (emoji) */
151
+ icon?: string;
152
/** Roles to create (in order of hierarchy, highest first) */
153
roles: TemplateRole[];
154
/** Categories and channels to create */
0 commit comments