From c3cef36a18625bc49e0bee351acdb83fb9501b9a Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 28 Aug 2020 02:50:40 -0400 Subject: [PATCH] fix get referral --- src/commands/getreferral.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/getreferral.ts b/src/commands/getreferral.ts index d943463..b5b26cd 100644 --- a/src/commands/getreferral.ts +++ b/src/commands/getreferral.ts @@ -13,7 +13,6 @@ export default class GetReferral extends Command { public async run(message: Message, args: string[]) { try { - if (!args[0]) return this.client.commands.get('help').run(message, ['getreferral', this.name]); const account = await this.client.db.Account.findOne({ userID: message.author.id }); if (!account) return this.error(message.channel, 'You do not have a Cloud Services account.');