From 95608dcb122d2427b8b46e94cacfcabe4dce418d Mon Sep 17 00:00:00 2001 From: A Log in D Tractor <230661157+alogindtractor@users.noreply.github.com> Date: Thu, 14 May 2026 17:18:27 -0700 Subject: [PATCH] Update PlinkoCommand.cs (#118) fix frame not sized issue --- KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs index 0ce68ff..722a5de 100644 --- a/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs @@ -232,7 +232,7 @@ public class PlinkoCommand : ICommand } await Task.Delay(300, ctx); - PlinkoMessage = PlinkoBoardDisplay(ballsInPlay) + "[br]" + lastPayoutMessage; + PlinkoMessage = $"[size={size}]"+PlinkoBoardDisplay(ballsInPlay) + "[/size][br]" + lastPayoutMessage; await botInstance.KfClient.EditMessageAsync(plinkoMessageID.ChatMessageUuid!, PlinkoMessage); await Task.Delay(300, ctx);