forked from Supositware/Haha-Yes
3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
|
exports.run = (client, message, args) => {
|
||
|
message.channel.send("pong!").catch(console.error);
|
||
|
}
|