aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 15:54:04 +0000
committerGitHub <noreply@github.com>2017-08-13 15:54:04 +0000
commitb2f954191709da8022ba93ab1b00c5c37c9602f6 (patch)
tree05da534207ed810f3dbb04787783894e40d45279
parentfbaa24f0c1f13bdc5a4e442d4b1df5f2dae410d9 (diff)
downloadAleeBot-b2f954191709da8022ba93ab1b00c5c37c9602f6.tar.gz
AleeBot-b2f954191709da8022ba93ab1b00c5c37c9602f6.tar.bz2
AleeBot-b2f954191709da8022ba93ab1b00c5c37c9602f6.zip
Updating ab:help
-rw-r--r--aleebot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/aleebot.js b/aleebot.js
index 177ca12..addcd42 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -99,6 +99,7 @@ client.on("message", function(message){
.setFooter("AleeBot "+ abversion +" Copyright "+ year +". Created By Alee14", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
.setColor("#7af442")
message.channel.sendEmbed(embed);
+ message.delete();
}