Ping Pong
This commit is contained in:
parent
1472e83032
commit
6b8390a7f3
7
commands/ping.js
Normal file
7
commands/ping.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
name: 'ping',
|
||||
description: 'Pong!',
|
||||
execute(message, args) {
|
||||
message.channel.send('Pong!');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user