diff --git a/driver/design/chatname.py b/driver/design/chatname.py index 7646a04..219b102 100644 --- a/driver/design/chatname.py +++ b/driver/design/chatname.py @@ -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])