fix constructor

merge-requests/1/merge
Matthew 2019-10-30 21:28:07 -04:00
parent 115b26d17a
commit 74bdfacee1
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { Command, RichEmbed } from '../class';
export default class Whois extends Command {
constructor(client: Client) {
super(client);
this.name = 'account';
this.name = 'whois';
this.description = 'Views information for a cloud account.';
this.aliases = ['account', 'user'];
this.usage = `${this.client.config.prefix}account [User Name || User ID || Email Address]`;