mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Add ws heartbeat to ping command
This commit is contained in:
parent
bc03b43f6f
commit
01bc1a37f9
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ module.exports = {
|
|||
.setName('ping')
|
||||
.setDescription('Checks to see if the bot is online, as well as it\'s ping'),
|
||||
async execute(interaction) {
|
||||
await interaction.reply({ content: 'Pong!', ephemeral: true });
|
||||
await interaction.reply({ content: `Pong! Current Websocket Heartbeat / ping is ${interaction.client.ws.ping}ms.`, ephemeral: true });
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue