aboutsummaryrefslogtreecommitdiff
path: root/commands/ping.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ping.js')
-rw-r--r--commands/ping.js2
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