finished bl system

This commit is contained in:
VALOU3336
2024-02-16 22:26:19 +01:00
parent 0a424aaf54
commit 42ef595e0c
5 changed files with 20 additions and 39 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const { Events, InteractionType } = require("discord.js");
module.exports = {
name: Events.InteractionCreate,
async run(client, interaction) {
async execute(client, interaction) {
if (interaction.type === InteractionType.ApplicationCommand) {
const command = client.commands.get(interaction.commandName);
await command.execute(interaction, client);