diff --git a/core/emoji.py b/core/emoji.py index af44d9a..23f8020 100644 --- a/core/emoji.py +++ b/core/emoji.py @@ -47,11 +47,42 @@ _DEV: dict[str, str] = { "TipiSLOTS": "", } -# Production application emoji IDs. Replace each ID with the one from the -# prod application in the dev portal. The dev IDs below are placeholders so -# this dict is structurally complete — they will NOT render in prod because -# they belong to a different application. -_ECONOMY: dict[str, str] = dict(_DEV) +# Production application emoji IDs (from the TipiBOT application's dev-portal +# Emojis tab). The display name in <:name:id> is cosmetic — Discord resolves +# by ID — so we keep the same logical names as _DEV even when the prod portal +# uses a different upload name (e.g. prod's "TipiFIVE" → key "TipiVIIS"). +_ECONOMY: dict[str, str] = { + "TipiCOIN": "<:TipiCOIN:1511754551747940485>", + "TipiFIRE": "<:TipiFIRE:1511754615761272862>", + "TipiHIIR": "<:TipiHIIR:1511754556105822218>", + "TipiMATT": "<:TipiMATT:1511754595448131665>", + "TipiKLAPID": "<:TipiKLAPID:1511754589798666433>", + "TipiPILET": "<:TipiPILET:1511754560593727652>", + "TipiBULL": "<:TipiBULL:1511754564179595264>", + "TipiLAP": "<:TipiLAP:1511754558970269907>", + "TipiVAC": "<:TipiVAC:1511754562413924442>", + "TipiLAUD": "<:TipiLAUD:1511754592759713985>", + "TipiSERVER": "<:TipiSERVER:1511754601186066534>", + "TipiMIC": "<:TipiMIC:1511754597016801310>", + "TipiKLAVA": "<:TipiKLAVA:1511754567648542780>", + "TipiMONITOR": "<:TipiMONITOR:1511754570722971868>", + "TipiCAT": "<:TipiCAT:1511754566092193853>", + "TipiMONITOR2": "<:TipiMONITOR2:1511754598732402689>", + "TipiKARIKAS": "<:TipiKARIKAS:1511754574405435502>", + "TipiTOOL": "<:TipiTOOL:1511754572522061874>", + "TipiHEART": "<:TipiHEART:1511754608299737139>", + "TipiTROLL": "<:TipiTROLL:1511754612775063832>", + "TipICRY": "<:TipICRY:1511754603308515368>", + "TipiSKULL": "<:TipiSKULL:1511754610195566622>", + "TipiDICE": "<:TipiDICE:1511753607119376504>", + "TipiYKS": "<:TipiYKS:1511754576368373951>", + "TipiKAKS": "<:TipiKAKS:1511754577928523997>", + "TipiKOLM": "<:TipiKOLM:1511754581078442005>", + "TipiNELI": "<:TipiNELI:1511754582571880509>", + "TipiVIIS": "<:TipiVIIS:1511754584182227005>", + "TipiKUUS": "<:TipiKUUS:1511754586262736977>", + "TipiSLOTS": "", +} _EMOJI_SETS = {