diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-05-16 20:30:34 -0400 |
---|---|---|
committer | TymanWasTaken <tyman@tyman.tech> | 2021-05-16 20:30:34 -0400 |
commit | 372718e567e060cead16dde5d6d190666b4dd575 (patch) | |
tree | 1fad29305b6277838833a7e8ae4381136212f301 /src/config | |
parent | 1db014860c3cf6070bb29f75b6a8cf08070e5b9a (diff) | |
download | tanzanite-372718e567e060cead16dde5d6d190666b4dd575.tar.gz tanzanite-372718e567e060cead16dde5d6d190666b4dd575.tar.bz2 tanzanite-372718e567e060cead16dde5d6d190666b4dd575.zip |
add colored logging and improved logging code, fix a few moderation command issues, add more logging, and make ban check run every 30s not 60s
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/example-options.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 2da1374..5bfb92f 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -17,6 +17,7 @@ export const channels = { dm: 'id here', command: 'id here' }; +export const verbose = false; // Database specific export const db = { |