diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-31 11:39:28 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-31 11:39:28 -0500 |
commit | cbb68773614e44eb246e4cf2ff0d64d3e90f620f (patch) | |
tree | 933f3248bd28763db638a1f55ed803113bd017a0 /src/commands/config | |
parent | 68ef45a7090a9b6d2b06426ebf754c782ea744c8 (diff) | |
download | tanzanite-cbb68773614e44eb246e4cf2ff0d64d3e90f620f.tar.gz tanzanite-cbb68773614e44eb246e4cf2ff0d64d3e90f620f.tar.bz2 tanzanite-cbb68773614e44eb246e4cf2ff0d64d3e90f620f.zip |
remove slashGuilds from the disable command
Diffstat (limited to 'src/commands/config')
-rw-r--r-- | src/commands/config/disable.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/config/disable.ts b/src/commands/config/disable.ts index bd1d45d..b827734 100644 --- a/src/commands/config/disable.ts +++ b/src/commands/config/disable.ts @@ -46,8 +46,7 @@ export default class DisableCommand extends BushCommand { slash: true, channel: 'guild', clientPermissions: (m) => util.clientSendAndPermCheck(m), - userPermissions: ['MANAGE_GUILD'], - slashGuilds: ['516977525906341928'] + userPermissions: ['MANAGE_GUILD'] }); } |