EZD Logik

This commit is contained in:
2026-07-02 18:37:22 +02:00
parent 8d7e47af3f
commit 6b2fab8b95
5 changed files with 374 additions and 63 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ async function commandHandler(interaction) {
}
async function buttonHandler(interaction) {
const button = interaction.client.buttons.get(interaction.customId)
if (!button) { return console.error(`No button registered matching ${interaction.customId}.`) }
if (!button) { return }// console.error(`No button registered matching ${interaction.customId}.`) }
try {
await button.execute(interaction);
} catch (error) {