fix get referral
parent
c25ca7926f
commit
b1086b9c9d
|
@ -8,7 +8,7 @@ export default class GetReferral extends Command {
|
||||||
this.description = 'Fetches your referral code.';
|
this.description = 'Fetches your referral code.';
|
||||||
this.usage = `${this.client.config.prefix}getreferral`;
|
this.usage = `${this.client.config.prefix}getreferral`;
|
||||||
this.aliases = ['gf'];
|
this.aliases = ['gf'];
|
||||||
this.enabled = false;
|
this.enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async run(message: Message, args: string[]) {
|
public async run(message: Message, args: string[]) {
|
||||||
|
|
Loading…
Reference in New Issue