1
0
Fork 0

fix get referral

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

View File

@ -7,7 +7,7 @@ export default class GetReferral extends Command {
this.name = 'getreferral';
this.description = 'Fetches your referral code.';
this.usage = `${this.client.config.prefix}getreferral`;
this.aliases = ['gf'];
this.aliases = ['gf', 'gr'];
this.enabled = true;
}