This repository was archived by the owner on Sep 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 11#made by @DneZyeK
2+ #Port by MvAL
3+
24import asyncio
35import re
46import time
57from time import sleep
68from userbot import CMD_HELP , ZALG_LIST
79from userbot .events import register
810
9- @register (outgoing = True , pattern = ' ^.fl(?: |$)(.*)' )
11+ @register (outgoing = True , pattern = " ^.fl(?: |$)(.*)" )
1012async def typewriter (typew ):
1113 message = typew .pattern_match .group (1 )
12- await typew .edit ("`start loading...`" )
13- sleep (1 )
14+ await typew .edit ("`start loading makan tokek goreng! ...`" )
15+ sleep (4 )
1416 await typew .edit ("0%" )
1517 number = 1
1618 await typew .edit (str (number ) + "% ▎" )
@@ -312,11 +314,11 @@ async def typewriter(typew):
312314 sleep (0.03 )
313315 await typew .edit (str (number ) + "% ████████████████▌" )
314316 sleep (1 )
315- await typew .edit ("`Done!` " )
317+ await typew .edit ("Tokek Goreng Siap di Santap! Jangan lupa Menu penutup nya [DISINI](http://javbus.com) " )
316318 # I did it for two hours :D just ctrl+c - crtl+v
317319
318-
319-
320-
321-
322-
320+ CMD_HELP . update ({
321+ "fakeload" :
322+ ".fl \
323+ \n Usage: Tokek Goreng Dan makanan penutup."
324+ })
You can’t perform that action at this time.
0 commit comments