aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-30 20:23:32 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-30 20:23:32 -0400
commita814ec605380603b83c65844ac230e0ead0c36a6 (patch)
tree8e811e7a9e428bf77ec29dadebb9805060ab9ac9
parentb6c355666c92583df1f1acd029e9931642b5c5f8 (diff)
downloadAleeBot-a814ec605380603b83c65844ac230e0ead0c36a6.tar.gz
AleeBot-a814ec605380603b83c65844ac230e0ead0c36a6.tar.bz2
AleeBot-a814ec605380603b83c65844ac230e0ead0c36a6.zip
Update command
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 7e8893d..6e02a07 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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")
}
});