From 81d69f983983ac71dbdbd5f13e2f2d8ddc35dced Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 5 Sep 2021 13:45:44 -0400 Subject: cleaning up and some imporvements to the stats command --- src/commands/config/config.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/config/config.ts') diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts index 8362144..0c466e6 100644 --- a/src/commands/config/config.ts +++ b/src/commands/config/config.ts @@ -94,7 +94,6 @@ export default class SettingsCommand extends BushCommand { ] }; }), - slashGuilds: ['516977525906341928', '812400566235430912'], channel: 'guild', clientPermissions: ['SEND_MESSAGES'], userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD'], -- cgit