diff --git a/src/commands/getreferral.ts b/src/commands/getreferral.ts index e95beed..d943463 100644 --- a/src/commands/getreferral.ts +++ b/src/commands/getreferral.ts @@ -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; }