Skip to content

Commit e83fa61

Browse files
committed
Add value
1 parent f461179 commit e83fa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/poll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Optionen:
228228

229229
embed.addFields({
230230
name: `📝 ${options.straw ? "Einzelauswahl" : "Mehrfachauswahl"}`,
231-
value: "",
231+
value: "\u200b", // Zero-width space because there has to be some value
232232
inline: true,
233233
});
234234

0 commit comments

Comments
 (0)