Reformatted stuff, added data to imports
This commit is contained in:
parent
95d84cfaef
commit
b2531d49b0
10 changed files with 184 additions and 60 deletions
|
@ -14,7 +14,7 @@ exports.help = {
|
|||
usage: 'ping'
|
||||
}
|
||||
|
||||
exports.run = async (client, message, args, level, settings) => {
|
||||
exports.run = async (client, message, args, level, data) => {
|
||||
const msg = await message.channel.send('Pinging...')
|
||||
msg.edit(
|
||||
`Pong! \`${msg.createdTimestamp - message.createdTimestamp}ms\` (💗 \`${Math.round(client.ws.ping)}ms\`)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue