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

Commit e4b2681

Browse files
committed
Userbot: Thanks to @gudmeong for explain my idea
Signed-off-by: MoveAngel <[email protected]>
1 parent dc7d484 commit e4b2681

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

userbot/modules/fakeload.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
#made by @DneZyeK
2+
#Port by MvAL
3+
24
import asyncio
35
import re
46
import time
57
from time import sleep
68
from userbot import CMD_HELP, ZALG_LIST
79
from userbot.events import register
810

9-
@register(outgoing=True, pattern='^.fl(?: |$)(.*)')
11+
@register(outgoing=True, pattern="^.fl(?: |$)(.*)")
1012
async 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+
\nUsage: Tokek Goreng Dan makanan penutup."
324+
})

0 commit comments

Comments
 (0)