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