Skip to content

Commit

Permalink
Change global-blacklist to bot support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMonDon committed Jul 20, 2024
1 parent cd597a5 commit 2f980ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class GlobalBlacklist extends Command {
description: 'Blacklist someone from using the bot',
usage: 'global-blacklist <Add | Remove | Check> <User> <Reason>',
requiredArgs: 1,
category: 'Bot Admin',
permLevel: 'Bot Admin',
category: 'Bot Support',
permLevel: 'Bot Support',
aliases: ['gbl', 'g-blacklist', 'gblacklist'],
guildOnly: true,
});
Expand Down

0 comments on commit 2f980ab

Please sign in to comment.