This commit is contained in:
pokesudenk 2018-02-24 13:42:48 -05:00
parent d1c03a7fe6
commit 6858acb6a5

View file

@ -1,5 +1,5 @@
exports.run = (bot, msg) => {
msg.channel.send(msg.author.username + ' x ' + msg.guild.members.random().displayName + ':cruise_ship:');
msg.channel.send(msg.author.username + ' x ' + msg.guild.members.random().displayName + ' :cruise_ship:');
};
exports.conf = {