We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce510d7 commit b38a53aCopy full SHA for b38a53a
events/client/interactionCreate.js
@@ -5,7 +5,7 @@ module.exports = {
5
* @param {CommandInteraction} interaction
6
* @param {Client} client
7
*/
8
- execute(interaction, client) {
+ async execute(interaction, client) {
9
if (!interaction.isCommand()) return;
10
11
const command = client.slash.get(interaction.commandName);
@@ -34,4 +34,4 @@ module.exports = {
34
interaction.reply({ content: e.message });
35
}
36
37
-}
+}
0 commit comments