📝 New command
This commit is contained in:
9
commands/ping.js
Normal file
9
commands/ping.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const emotes = require ("../config/emojis.json");
|
||||
const Discord = require("discord.js")
|
||||
|
||||
exports.run = async (client, message, args) => {
|
||||
|
||||
//Message
|
||||
message.channel.send(`Ping : ${client.ws.ping} ${emotes.success}`)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user