From d1724227abfb8f0fcd9e573f7e9772cf0be8257a Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 17 Jul 2021 10:25:46 -0400 Subject: honestly no idea what I did at this point --- src/config/example-options.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/config') 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 -- cgit