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/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/about.js') diff --git a/commands/about.js b/commands/about.js index 8177d81..55ef011 100644 --- a/commands/about.js +++ b/commands/about.js @@ -46,6 +46,6 @@ export default { .setURL('https://github.com/Alee14/DLMP3'), ); - return interaction.reply({ embeds:[aboutEmbed], components:[srcOrig] }); + return await interaction.reply({ embeds:[aboutEmbed], components:[srcOrig] }); }, }; \ No newline at end of file -- cgit v1.2.3