diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:59:56 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:59:56 -0400 |
| commit | 389acfe74acab68ba561e14fa2561c83757ed281 (patch) | |
| tree | 023dc9b06aae04d9d37ec9ed9333c041c762eea6 | |
| parent | 277ede320961f833d02fffa666c8c98d2364f049 (diff) | |
| download | AleeBot-389acfe74acab68ba561e14fa2561c83757ed281.tar.gz AleeBot-389acfe74acab68ba561e14fa2561c83757ed281.tar.bz2 AleeBot-389acfe74acab68ba561e14fa2561c83757ed281.zip | |
Fixes
| -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); - + } }); |
