diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-17 10:25:46 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-17 10:25:46 -0400 |
commit | d1724227abfb8f0fcd9e573f7e9772cf0be8257a (patch) | |
tree | 52c9dbae1fbbbd3c777d9c16ab643c477141ae21 /src/config | |
parent | 53d2b18f7f73d5696fb7cd86d1c164a790dfdcc3 (diff) | |
download | tanzanite-d1724227abfb8f0fcd9e573f7e9772cf0be8257a.tar.gz tanzanite-d1724227abfb8f0fcd9e573f7e9772cf0be8257a.tar.bz2 tanzanite-d1724227abfb8f0fcd9e573f7e9772cf0be8257a.zip |
honestly no idea what I did at this point
Diffstat (limited to 'src/config')
-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 |