diff --git a/src/events/interaction.ts b/src/events/interaction.ts index aaf7d00..14cfa4a 100644 --- a/src/events/interaction.ts +++ b/src/events/interaction.ts @@ -10,7 +10,6 @@ export async function initInteractionListeners() { unlistenReceived = await listen( "interaction-received", (event) => { - console.log("Received interaction:", event.payload); addInteraction(event.payload); }, );