1
0
Fork 0

fix get referral

refactor/models
Matthew 2020-08-28 02:49:13 -04:00
parent c25ca7926f
commit b1086b9c9d
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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[]) {