Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit a93ad29

Browse files
MrMissxMoveAngel
authored andcommitted
Fix .zal error
1 parent ee918e5 commit a93ad29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

userbot/modules/memes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -854,12 +854,12 @@ async def zal(zgfy):
854854
continue
855855

856856
for _ in range(0, 3):
857-
randint = randint(0, 2)
857+
textz = randint(0, 2)
858858

859-
if randint == 0:
859+
if textz == 0:
860860
charac = charac.strip() + \
861861
choice(ZALG_LIST[0]).strip()
862-
elif randint == 1:
862+
elif textz == 1:
863863
charac = charac.strip() + \
864864
choice(ZALG_LIST[1]).strip()
865865
else:

0 commit comments

Comments
 (0)