mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
gram mar
This commit is contained in:
parent
d1c03a7fe6
commit
6858acb6a5
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue