summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 12:50:30 -0400
committerGitHub <noreply@github.com>2017-08-12 12:50:30 -0400
commit13f26221abdc5ace7f4c3264b681b03b1fdaea8a (patch)
treeb5e98cdaf8499e696bba3258253b481b72d49ecd
parent7b63ad3f972c6656e5a946a089f6823296e49c57 (diff)
downloadAleeBot-13f26221abdc5ace7f4c3264b681b03b1fdaea8a.tar.gz
AleeBot-13f26221abdc5ace7f4c3264b681b03b1fdaea8a.tar.bz2
AleeBot-13f26221abdc5ace7f4c3264b681b03b1fdaea8a.zip
Update aleebot.js
-rw-r--r--aleebot.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/aleebot.js b/aleebot.js
index 54f4be5..b6a25e0 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -263,6 +263,7 @@ commandProcessed = true;
} else {
message.reply("Hey! You're not Alee14!")
}
+ return;
message.channel.sendMessage(args.join(" "));
message.delete();