diff --git a/scripts/wichtelbot/endpoint/implementations/discord/discordInteraction.ts b/scripts/wichtelbot/endpoint/implementations/discord/discordInteraction.ts
index 98b2c6bb3520ce95b2cbe7a082dc3d012424ccd4..5950169192b94a46455bdabc9d7972bfa8c1266d 100644
--- a/scripts/wichtelbot/endpoint/implementations/discord/discordInteraction.ts
+++ b/scripts/wichtelbot/endpoint/implementations/discord/discordInteraction.ts
@@ -114,7 +114,6 @@ export class DiscordInteraction extends MessageWithParser implements Message
             const actionRow = new Discord.MessageActionRow();
 
             // Replace the existing buttons with a disabled button having the result as label:
-            // FIXME: Buttons must also be disabled when a normal message is sent instead of a button click!
 
             const messageButton = new Discord.MessageButton();