diff options
Diffstat (limited to 'commands/ship.js')
| -rw-r--r-- | commands/ship.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/ship.js b/commands/ship.js new file mode 100644 index 0000000..5ea5900 --- /dev/null +++ b/commands/ship.js @@ -0,0 +1,4 @@ +const Discord = require('discord.js'); +exports.run = (client, message, args, config) => { +message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); +} |
