13 lines
454 B
Python
13 lines
454 B
Python
|
emoji_dict = {
|
||
|
"supporter": "💵",
|
||
|
"developer": "🔧",
|
||
|
"paw": "🐾",
|
||
|
"platform_moderation": "🚨",
|
||
|
"reserved_relevant_joke_badge_1": ":amogus:",
|
||
|
# Please change these to your own emoji IDs if you're selfhosting.
|
||
|
"founder": ":01H3MD7XFDX7H37VP6GQF0F4FD:",
|
||
|
"responsible_disclosure": ":01H3MD7MCTKSNBMQYPJ3RX6C7G:",
|
||
|
"early_adopter": ":01H3MNNTEYTNX40JEQYH92S6AN:",
|
||
|
"translator": ":01H3MNP6GQXYJ0YWVWQAXSMBZ0: "
|
||
|
}
|