Haha-Yes/commands/ping.js
2018-09-06 15:02:53 +02:00

3 lines
No EOL
100 B
JavaScript

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