basic command handler (messageCreate fixme)
This commit is contained in:
6
src/cmds/ping.js
Normal file
6
src/cmds/ping.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
name: 'ping',
|
||||
execute(msg) {
|
||||
msg.channel.send(`pong`);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user