types a bit
This commit is contained in:
parent
c33398474e
commit
d394096de3
7 changed files with 8 additions and 8 deletions
|
@ -5,6 +5,6 @@ export const cmd: Command = {
|
|||
desc: 'Shows the ping of the bot',
|
||||
aliases: ['test'],
|
||||
exec: async (e) => {
|
||||
return await e.reply(`${e.client.ws.ping}ms`);
|
||||
await e.reply(`${e.client.ws.ping}ms`);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue