holy changes batman

added:
* userinfo command
* message logging
* poetry support
* various bugfixes
This commit is contained in:
SeaswimmerTheFsh 2023-06-30 16:22:45 -04:00
parent ba80c59cf0
commit 55ef52ae91
7 changed files with 745 additions and 33 deletions

12
utils/emojis.py Normal file
View file

@ -0,0 +1,12 @@
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: "
}