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.');