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

index 7d94da23..21276023 100644 --- a/src/schemas/uncategorised/BotModifySchema.ts +++ b/src/schemas/uncategorised/BotModifySchema.ts
@@ -17,6 +17,6 @@ */ export interface BotModifySchema { - avatar?: string; - username?: string; + avatar?: string; + username?: string; }