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