Adds new cogs including DataManager, Hiring, KofiShop, Logging, ModMail, MORS, ServiceReview, StaffMsg, and Translator to enhance bot functionality for data management, hiring processes, logging events, and more.
9 lines
174 B
Python
9 lines
174 B
Python
# This language is handled by its 'rule' type in the main cog.
|
|
# It doesn't need a map.
|
|
|
|
def get_language():
|
|
return {
|
|
'name': 'UwU',
|
|
'type': 'rule'
|
|
}
|