aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-24 22:09:18 -0400
committerAlee <alee14498@gmail.com>2018-03-24 22:09:18 -0400
commitb33609a43dcad72b2d7b6dc64190037198cd7e53 (patch)
tree2673c02dc7d0408608dbf2efd9e630efd7c7f72e
parentc2f079956bd024ba6121a4c72f962e3bc46d81cf (diff)
downloadAleeBot-b33609a43dcad72b2d7b6dc64190037198cd7e53.tar.gz
AleeBot-b33609a43dcad72b2d7b6dc64190037198cd7e53.tar.bz2
AleeBot-b33609a43dcad72b2d7b6dc64190037198cd7e53.zip
Continue in DMsv2.2.0
-rw-r--r--src/commands/invitebot.js1
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');
};