Add permission checks
This commit is contained in:
parent
c82f396301
commit
4b950e9689
7 changed files with 17 additions and 4 deletions
|
@ -3,7 +3,8 @@ const { Command } = require('discord-akairo');
|
|||
class AboutCommand extends Command {
|
||||
constructor() {
|
||||
super('about', {
|
||||
aliases: ['about']
|
||||
aliases: ['about'],
|
||||
clientPermissions: ['SEND_MESSAGES']
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue