module.exports = { name: "ping", aliases: ["p"], syntax: '`ping`', category: 'Misc', info: "Provides latency information for debugging purposes; Ensures the bot is working.", help: null, guildOnly: false, async run(client, message, args, cmd) { message.reply("Pong! This is Senko you're speaking with \\*tips hat*"); } //TODO provide actual latency info };