summaryrefslogtreecommitdiff
path: root/commands/ship.js
blob: 5ea5900d2bb05f324ca571ae36a62e1f87f26f02 (plain) (blame)
1
2
3
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);
}