aboutsummaryrefslogtreecommitdiff
path: root/commands/about.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/about.js')
-rw-r--r--commands/about.js2
1 files changed, 1 insertions, 1 deletions
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