diff --git a/src/commands/getreferral.ts b/src/commands/getreferral.ts index beaa32a..e95beed 100644 --- a/src/commands/getreferral.ts +++ b/src/commands/getreferral.ts @@ -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[]) {