diff options
| -rw-r--r-- | src/commands/invitebot.js | 1 |
1 files changed, 1 insertions, 0 deletions
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'); }; |
