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.
10 lines
377 B
Python
10 lines
377 B
Python
MAP = {'a':'ka','b':'be','c':'chi','d':'de','e':'e','f':'fu','g':'ga','h':'hi','i':'i','j':'ji','k':'ki','l':'ru','m':'ma','n':'na','o':'o','p':'pe','q':'kyu','r':'re','s':'sa','t':'to','u':'u','v':'ve','w':'wa','x':'za','y':'ya','z':'ze'}
|
|
|
|
def get_language():
|
|
return {
|
|
'name': 'Kitsune',
|
|
'type': 'greedy',
|
|
'map': MAP,
|
|
'separator': ''
|
|
}
|