diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-07 09:47:14 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-07 09:47:14 -0400 |
commit | 1b6d56162bae1d9119f0641df1092ab6a92df620 (patch) | |
tree | 2596f6f949b7b727df699d2c1856d54349ba1da7 /src/commands/config/config.ts | |
parent | 6c9d967ae526a4a1eee1754a82b09dbadb218f82 (diff) | |
download | tanzanite-1b6d56162bae1d9119f0641df1092ab6a92df620.tar.gz tanzanite-1b6d56162bae1d9119f0641df1092ab6a92df620.tar.bz2 tanzanite-1b6d56162bae1d9119f0641df1092ab6a92df620.zip |
fix config being owner only, fix direct message id footer and fix leveing listner not saving new entries
Diffstat (limited to 'src/commands/config/config.ts')
-rw-r--r-- | src/commands/config/config.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts index dc31b5b..ac3198b 100644 --- a/src/commands/config/config.ts +++ b/src/commands/config/config.ts @@ -106,8 +106,7 @@ export default class SettingsCommand extends BushCommand { }), channel: 'guild', clientPermissions: ['SEND_MESSAGES'], - userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD'], - ownerOnly: true + userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD'] }); } |