i ran into the problem that this choose case always go into default, so it's not hitting the right answer.
the yellow marked flag (create_guild.guild_color) is <item[white_banner]>.
If i do it in an if-else, it works.
If i type a raw object notation in the case, it also works.
Did i ran into a bug, or what am i doing wrong? 😅