2
0
mirror of synced 2025-02-04 12:44:13 +00:00

Rainbow emojis for request-IDs!

This commit is contained in:
benbierens 2024-12-05 08:56:01 +01:00
parent 3e2cad3c17
commit b8476f697e
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A

View File

@ -1,22 +1,11 @@
using Utils;
namespace TestNetRewarder
namespace TestNetRewarder
{
public class EmojiMaps
{
private readonly string[] emojis = new[]
{
// yellow
"😀",
"🌻",
"🍋",
"🧀",
"🌔",
"⭐",
"⚡",
"🏆",
// red
"💘",
"❤",
"🦞",
"🌹",
"🍒",
@ -24,8 +13,29 @@ namespace TestNetRewarder
"⛩",
"🚗",
"🔥",
// orange
"🧡",
"🏀",
"🦊",
"🏵",
"🍊",
"🥕",
"🧱",
"🎃",
// yellow
"💛",
"🌻",
"🍋",
"🧀",
"🌔",
"⭐",
"⚡",
"🏆",
// green
"🐊",
"💚",
"🦎",
"🐛",
"🌳",
@ -33,19 +43,40 @@ namespace TestNetRewarder
"🧩",
"🔋",
"♻",
// blue
"💙",
"🐳",
"🐟",
"",
"🍉",
"🧊",
"🌐",
"⚓",
"🌀",
// purple
"💜",
"🪀", //yo-yo
"🔮",
"😈",
"👾",
"🪻", // plant hyacinth
"🍇",
"🍆",
// pink
"🩷", // pink heart
"👚",
"♀",
"🧠",
"🐷",
"🦩",
"🌸",
"🌷"
};
public string NewRequest => "🐟";
public string Started => "🦈";
public string NewRequest => "🌱";
public string Started => "🌳";
public string SlotFilled => "🟢";
public string SlotFreed => "⭕";
public string SlotReservationsFull => "☑️";