diff options
| author | Alee <alee14498@gmail.com> | 2018-03-24 22:09:18 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-24 22:09:18 -0400 |
| commit | b33609a43dcad72b2d7b6dc64190037198cd7e53 (patch) | |
| tree | 2673c02dc7d0408608dbf2efd9e630efd7c7f72e | |
| parent | c2f079956bd024ba6121a4c72f962e3bc46d81cf (diff) | |
| download | AleeBot-2.2.0.tar.gz AleeBot-2.2.0.tar.bz2 AleeBot-2.2.0.zip | |
Continue in DMsv2.2.0
| -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'); }; |
