Haha-Yes/commands/yes
2018-09-06 15:02:53 +02:00

3 lines
No EOL
103 B
Text

exports.run = (client, message, args) => {
message.channel.send("haha yes").catch(console.error);
}