fix get referral

merge-requests/4/head
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.usage = `${this.client.config.prefix}getreferral`;
this.aliases = ['gf'];
this.enabled = false;
this.enabled = true;
}
public async run(message: Message, args: string[]) {