From fd89e36490da711ba611c1f7c8dda93a3de054f0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 29 Mar 2022 20:41:38 -0400 Subject: New command; Every Discord interation is async --- commands/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/ping.js') 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 -- cgit v1.2.3