diff options
Diffstat (limited to 'commands/ping.js')
| -rw-r--r-- | commands/ping.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ping.js b/commands/ping.js index 574afc8..0c6b887 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -25,7 +25,7 @@ export default { data: new SlashCommandBuilder() .setName('ping') .setDescription('Pong!'), - async execute (interaction, bot) { + async execute(interaction, bot) { return await interaction.reply(`Pong! ${Math.round(bot.ws.ping)}ms`); } }; |
