aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-14 01:59:56 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-14 01:59:56 -0400
commit389acfe74acab68ba561e14fa2561c83757ed281 (patch)
tree023dc9b06aae04d9d37ec9ed9333c041c762eea6
parent277ede320961f833d02fffa666c8c98d2364f049 (diff)
downloadAleeBot-389acfe74acab68ba561e14fa2561c83757ed281.tar.gz
AleeBot-389acfe74acab68ba561e14fa2561c83757ed281.tar.bz2
AleeBot-389acfe74acab68ba561e14fa2561c83757ed281.zip
Fixes
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 6f6f203..d075b17 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -329,7 +329,7 @@ commandProcessed = true;
}
if(command === 'ship'){
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
-
+ }
});