From b33609a43dcad72b2d7b6dc64190037198cd7e53 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Mar 2018 22:09:18 -0400 Subject: Continue in DMs --- src/commands/invitebot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/invitebot.js') diff --git a/src/commands/invitebot.js b/src/commands/invitebot.js index 7e8709b..2017cf3 100644 --- a/src/commands/invitebot.js +++ b/src/commands/invitebot.js @@ -1,4 +1,5 @@ module.exports.run = async (client, message) => { + message.reply("Continue in DMs.") message.author.send('Want AleeBot in your server? Here\'s the link: https://discordapp.com/oauth2/authorize?client_id=282547024547545109&permissions=68185158&scope=bot'); }; -- cgit v1.2.3