This commit is contained in:
levina 2022-01-08 23:21:52 +07:00 committed by GitHub
parent bcdebe8732
commit bc33f38a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,10 +24,8 @@ async def CHAT_TITLE(ctitle):
font31L = list("𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣")
normal = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
normalL = list("abcdefghijklmnopqrstuvwxyz")
small = list("ᴀʙᴅᴇғɢʜɪᴊᴋʟᴍɴᴘʀsᴛxʏ")
cout = 0
for XCB in font1:
string = string.replace(small[cout], normal[cout])
string = string.replace(font1[cout], normal[cout])
string = string.replace(font2[cout], normal[cout])
string = string.replace(font3[cout], normal[cout])