From 1f245ddb081b15fbd3287aedc4f8965782e1fcc0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Oct 2017 15:43:18 -0400 Subject: Starting to work on AleeBot 2.0.0 --- commands/ping.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 commands/ping.js (limited to 'commands/ping.js') 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' - -}; -- cgit v1.2.3