This commit is contained in:
Daniel Odendahl Jr
2018-04-28 20:30:11 +00:00
parent 656b0b0e88
commit 9a6c39e567
+1 -1
View File
@@ -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}>