mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-07 02:21:27 +03:00
Add commands
This commit is contained in:
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user