diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 12:50:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 12:50:30 -0400 |
| commit | 13f26221abdc5ace7f4c3264b681b03b1fdaea8a (patch) | |
| tree | b5e98cdaf8499e696bba3258253b481b72d49ecd /aleebot.js | |
| parent | 7b63ad3f972c6656e5a946a089f6823296e49c57 (diff) | |
| download | AleeBot-13f26221abdc5ace7f4c3264b681b03b1fdaea8a.tar.gz AleeBot-13f26221abdc5ace7f4c3264b681b03b1fdaea8a.tar.bz2 AleeBot-13f26221abdc5ace7f4c3264b681b03b1fdaea8a.zip | |
Update aleebot.js
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ commandProcessed = true; } else { message.reply("Hey! You're not Alee14!") } + return; message.channel.sendMessage(args.join(" ")); message.delete(); |
