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