Skip to content

Commit

Permalink
fix(permissions): Fix changing interactive config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco (Valandur) committed Dec 2, 2019
1 parent 59cb7b8 commit 7b33c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/commands/config/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default class extends Command {
cmd.name === BotCommand.inviteCodeConfig ||
cmd.name === BotCommand.memberConfig ||
cmd.name === BotCommand.permissions ||
cmd.name === BotCommand.interactiveConfig ||
cmd.name === InvitesCommand.addRank ||
cmd.name === InvitesCommand.removeRank
) {
Expand Down

0 comments on commit 7b33c08

Please sign in to comment.