add warn command

merge-requests/1/merge
Matthew 2019-10-30 21:25:42 -04:00
parent af9e10e18e
commit dc9e728d1b
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ export default class Warn extends Command {
this.description = 'Sends an official warning to user.'; this.description = 'Sends an official warning to user.';
this.usage = `${this.client.config.prefix}warn [username || user ID]`; this.usage = `${this.client.config.prefix}warn [username || user ID]`;
this.permissions = { roles: ['446104438969466890'] }; this.permissions = { roles: ['446104438969466890'] };
this.enabled = true;
} }
public async run(message: Message, args: string[]) { public async run(message: Message, args: string[]) {