From e83fa61eaeb65edb0229a111c8f7f9508aabfee3 Mon Sep 17 00:00:00 2001 From: holzmaster Date: Thu, 23 Jan 2025 17:04:16 +0100 Subject: [PATCH] Add value --- src/commands/poll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/poll.ts b/src/commands/poll.ts index 53527587..fc8be4c0 100644 --- a/src/commands/poll.ts +++ b/src/commands/poll.ts @@ -228,7 +228,7 @@ Optionen: embed.addFields({ name: `📝 ${options.straw ? "Einzelauswahl" : "Mehrfachauswahl"}`, - value: "", + value: "\u200b", // Zero-width space because there has to be some value inline: true, });