summary refs log tree commit diff
path: root/src/Schema/Guild.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Schema/Guild.ts')
-rw-r--r--src/Schema/Guild.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Schema/Guild.ts b/src/Schema/Guild.ts

index 6c1ab00c..c8634362 100644 --- a/src/Schema/Guild.ts +++ b/src/Schema/Guild.ts
@@ -1,4 +1,4 @@ -export const Guild = { +export const GuildSchema = { name: String, // ! 2-100 chars $region: String, // ? voice region ? // $icon: String, // TODO: add icon data (base64 128x128) @@ -16,7 +16,7 @@ export const Guild = { // $system_channel_id: snowflake, }; -export interface Guild { +export interface GuildSchema { name: string; // ! 2-100 chars region?: string; // ? voice region ? // icon?: string; // TODO: add icon data (base64 128x128)