Perm levels fixed, guild create/delete
This commit is contained in:
parent
a82c054ce3
commit
4b66acc01d
11 changed files with 49 additions and 12 deletions
|
@ -14,7 +14,7 @@ exports.help = {
|
|||
usage: 'ping'
|
||||
}
|
||||
|
||||
exports.run = async (client, message) => {
|
||||
exports.run = async (client, message, args, level, settings) => {
|
||||
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