From d1594a07d99485a27344883d8b22e9c70d34d178 Mon Sep 17 00:00:00 2001 From: Benedikt Magnus <magnus@magnuscraft.de> Date: Fri, 5 Nov 2021 17:16:52 +0100 Subject: [PATCH] Removed already fixed FIXME. --- .../endpoint/implementations/discord/discordInteraction.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/wichtelbot/endpoint/implementations/discord/discordInteraction.ts b/scripts/wichtelbot/endpoint/implementations/discord/discordInteraction.ts index 98b2c6b..5950169 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(); -- GitLab