fixes
This commit is contained in:
parent
bcdebe8732
commit
bc33f38a36
@ -24,10 +24,8 @@ async def CHAT_TITLE(ctitle):
|
|||||||
font31L = list("𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣")
|
font31L = list("𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣")
|
||||||
normal = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
normal = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
||||||
normalL = list("abcdefghijklmnopqrstuvwxyz")
|
normalL = list("abcdefghijklmnopqrstuvwxyz")
|
||||||
small = list("ᴀʙᴄᴅᴇғɢʜɪᴊᴋʟᴍɴᴏᴘʀsᴛᴜᴠᴡxʏᴢ")
|
|
||||||
cout = 0
|
cout = 0
|
||||||
for XCB in font1:
|
for XCB in font1:
|
||||||
string = string.replace(small[cout], normal[cout])
|
|
||||||
string = string.replace(font1[cout], normal[cout])
|
string = string.replace(font1[cout], normal[cout])
|
||||||
string = string.replace(font2[cout], normal[cout])
|
string = string.replace(font2[cout], normal[cout])
|
||||||
string = string.replace(font3[cout], normal[cout])
|
string = string.replace(font3[cout], normal[cout])
|
||||||
|
Loading…
Reference in New Issue
Block a user