diff options
Diffstat (limited to 'src/config/example-options.ts')
-rw-r--r-- | src/config/example-options.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index fadd640..1b5d15a 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -16,11 +16,10 @@ export const owners: Snowflake[] = [ export const prefix = '-' as string; export const dev = true as boolean; export const devGuild = '1000000000000000' as Snowflake; -export const channels: { log: Snowflake; error: Snowflake; dm: Snowflake; command: Snowflake } = { +export const channels: { log: Snowflake; error: Snowflake; dm: Snowflake; } = { log: '1000000000000000', error: '1000000000000000', dm: '1000000000000000', - command: '1000000000000000' }; // Database specific |