aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-01-12 02:06:15 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-01-12 02:06:15 -0500
commit9cc951ea2d0c245a6bd6c02941697d3d80b46aa7 (patch)
tree722161240d3f27024ceac53031e319e353c1ec5d /src/config
parent883bb298e7070e98db41b5a588f932f54d6a1876 (diff)
downloadtanzanite-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.ts3
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',