1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00

Misc cleanup/organization

This commit is contained in:
Ean Milligan (Bastion)
2023-04-26 06:50:26 -04:00
parent 75aeda6195
commit 1f1460f553
8 changed files with 13 additions and 10 deletions

View File

@@ -23,6 +23,6 @@ export const interactionCreate = (rawBot: Bot, interaction: Interaction) => {
return;
}
log(LT.WARN, `interaction NOT HANDLED!!! customId: ${interaction.data.customId} name: ${interaction.data.name}`);
log(LT.WARN, `UNHANDLED INTERACTION!!! customId: ${interaction.data.customId} name: ${interaction.data.name}`);
}
};