Haha-Yes/commands/yes

3 lines
103 B
Text
Raw Normal View History

2018-09-06 15:02:53 +02:00
exports.run = (client, message, args) => {
message.channel.send("haha yes").catch(console.error);
}