Add commands

This commit is contained in:
Isaac
2021-05-16 15:11:24 +01:00
parent 88bc1c84ac
commit 2ca83c3146
8 changed files with 227 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ module.exports = class BlacklistCommand extends Command {
aliases: [
i18n('commands.blacklist.aliases.unblacklist'),
],
permissions: ['MANAGE_GUILD'], // staff_only: true,
process_args: false,
args: [
{
@@ -20,7 +19,8 @@ module.exports = class BlacklistCommand extends Command {
example: i18n('commands.blacklist.args.member_or_role.example'),
required: false,
}
]
],
permissions: ['MANAGE_GUILD']
});
}