diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 21:10:09 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-13 21:10:09 -0400 |
| commit | 8379ca756ac1615d5d7804e70f8ec258e4c0320d (patch) | |
| tree | 78db4047cc7cf6c8dc9408c3f6e92a9ddaece0f2 /aleebot.js | |
| parent | 54723276555c80d643c2a5ef2be7185bb567b7d9 (diff) | |
| download | AleeBot-8379ca756ac1615d5d7804e70f8ec258e4c0320d.tar.gz AleeBot-8379ca756ac1615d5d7804e70f8ec258e4c0320d.tar.bz2 AleeBot-8379ca756ac1615d5d7804e70f8ec258e4c0320d.zip | |
Updates
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -290,6 +290,8 @@ commandProcessed = true; } if(command === 'ship'){ message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); + } else { + message.channel.send("Erm... This isn't a command buddy if you need help type `ab:help`.") } }); |
