diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:46:12 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:46:12 -0400 |
| commit | 3593f2be92e51ef74534b2ff93df303eb2d12a22 (patch) | |
| tree | 77a5ae6df8f1dbfa21116636f61cf5d3d136d820 /aleebot.js | |
| parent | 059ea80659c606516920950cd84a756d2c9498f9 (diff) | |
| download | AleeBot-3593f2be92e51ef74534b2ff93df303eb2d12a22.tar.gz AleeBot-3593f2be92e51ef74534b2ff93df303eb2d12a22.tar.bz2 AleeBot-3593f2be92e51ef74534b2ff93df303eb2d12a22.zip | |
Bug fixes
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ commandProcessed = true; } if(command === 'ship'){ message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); - } else { + } else if { message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.") } |
