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 cbf5370..14071ac 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -26,6 +26,6 @@ export default { .setName('ping') .setDescription('Pong!'), async execute(interaction) { - return interaction.reply('Pong!'); + return await interaction.reply('Pong!'); }, };
\ No newline at end of file |
