Perms fix

merge-requests/1/merge
Bsian 2019-11-30 23:53:23 +00:00
parent ceb613c95f
commit 7bc601b685
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export default class Ping extends Command {
this.name = 'load'; this.name = 'load';
this.description = '(Re)loads command, config or util'; this.description = '(Re)loads command, config or util';
this.aliases = ['reload']; this.aliases = ['reload'];
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
this.enabled = true; this.enabled = true;
} }