diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-12 02:06:15 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-12 02:06:15 -0500 |
commit | 9cc951ea2d0c245a6bd6c02941697d3d80b46aa7 (patch) | |
tree | 722161240d3f27024ceac53031e319e353c1ec5d /src/config | |
parent | 883bb298e7070e98db41b5a588f932f54d6a1876 (diff) | |
download | tanzanite-9cc951ea2d0c245a6bd6c02941697d3d80b46aa7.tar.gz tanzanite-9cc951ea2d0c245a6bd6c02941697d3d80b46aa7.tar.bz2 tanzanite-9cc951ea2d0c245a6bd6c02941697d3d80b46aa7.zip |
add better guild join and leave logging
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/example-options.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 21c99ad..338428e 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -20,7 +20,8 @@ export default new Config({ channels: { log: '1000000000000000', error: '1000000000000000', - dm: '1000000000000000' + dm: '1000000000000000', + servers: '1000000000000000' }, db: { host: 'localhost', |