forked from Supositware/Haha-Yes
3 lines
No EOL
103 B
Text
3 lines
No EOL
103 B
Text
exports.run = (client, message, args) => {
|
|
message.channel.send("haha yes").catch(console.error);
|
|
} |