From 9cc951ea2d0c245a6bd6c02941697d3d80b46aa7 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 12 Jan 2022 02:06:15 -0500 Subject: add better guild join and leave logging --- src/config/example-options.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config') 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', -- cgit