Remove leftover comments from example
This commit is contained in:
parent
dbb3ba41d5
commit
17141991a6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
name: 'ping', // Keep it to one word
|
||||
name: 'ping',
|
||||
description: 'Just ping.',
|
||||
execute({message, client}) { //parameters you can use for netload: message, args, client, prefix
|
||||
execute({message, client}) {
|
||||
message.channel.send(`Pong.\n${client.ws.ping}ms`)
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue