diff options
Diffstat (limited to 'commands/ping.js')
| -rw-r--r-- | commands/ping.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/commands/ping.js b/commands/ping.js deleted file mode 100644 index d6481bb..0000000 --- a/commands/ping.js +++ /dev/null @@ -1,25 +0,0 @@ -const Discord = require('discord.js'); -exports.run = (client, message, args, config) => { - message.reply("**PONG!** :ping_pong: " + Math.round(client.ping) + " ms"); -} - -exports.conf = { - enabled: true, - - guildOnly: false, - - aliases: [], - - permLevel: 0 - -}; - -exports.help = { - - name: 'ping', - - description: 'It tells you the pingtime.', - - usage: 'ping' - -}; |
