diff options
Diffstat (limited to 'commands/ping.js')
| -rw-r--r-- | commands/ping.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ping.js b/commands/ping.js index 7837180..69526eb 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -2,6 +2,7 @@ const Discord = require('discord.js'); module.exports = { name: 'ping', + aliases: ['p'], description: '', execute(msg, args, bot) { const t = Date.now(); |