Skip to content

Commit b38a53a

Browse files
authored
Update interactionCreate.js
1 parent ce510d7 commit b38a53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events/client/interactionCreate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
* @param {CommandInteraction} interaction
66
* @param {Client} client
77
*/
8-
execute(interaction, client) {
8+
async execute(interaction, client) {
99
if (!interaction.isCommand()) return;
1010

1111
const command = client.slash.get(interaction.commandName);
@@ -34,4 +34,4 @@ module.exports = {
3434
interaction.reply({ content: e.message });
3535
}
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)