diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-30 20:23:32 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-30 20:23:32 -0400 |
| commit | a814ec605380603b83c65844ac230e0ead0c36a6 (patch) | |
| tree | 8e811e7a9e428bf77ec29dadebb9805060ab9ac9 | |
| parent | b6c355666c92583df1f1acd029e9931642b5c5f8 (diff) | |
| download | AleeBot-a814ec605380603b83c65844ac230e0ead0c36a6.tar.gz AleeBot-a814ec605380603b83c65844ac230e0ead0c36a6.tar.bz2 AleeBot-a814ec605380603b83c65844ac230e0ead0c36a6.zip | |
Update command
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ client.on("message", function(message){ } if (command === 'abinvite'){ - message.reply('Look at your DMs.'); + message.reply(':arrow_left: Look at your DMs.'); message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp") } }); |
