From 9a6c39e56772e2c4e728fbcdf0f26114459356e7 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 28 Apr 2018 20:30:11 +0000 Subject: [PATCH] Fix --- commands/util/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/invite.js b/commands/util/invite.js index c4c2d0e4..b5e3be26 100644 --- a/commands/util/invite.js +++ b/commands/util/invite.js @@ -14,7 +14,7 @@ module.exports = class InviteCommand extends Command { } async run(msg) { - const invite = await this.client.generateInvite('372632641'); + const invite = await this.client.generateInvite(372632641); return msg.say(stripIndents` To invite me to your server, use this link: <${invite}>