Skip to content

Commit 8f101fa

Browse files
authored
Update mystarts.py
1 parent f603820 commit 8f101fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ethon/mystarts.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ async def start_srb(event, st):
1111
[Button.url("DEV", url="t.me/MaheshChauhan")]])
1212

1313

14+
async def vc_menu(event):
15+
await event.edit("**VIDEO CONVERTOR v1.4**",
16+
buttons=[
17+
[Button.inline("info.", data="info"),
18+
Button.inline("SOURCE", data="source")],
19+
[Button.inline("NOTICE.", data="notice"),
20+
Button.inline("Main.", data="help")],
21+
[Button.url("DEVELOPER", url="t.me/MaheshChauhan")]])
22+

0 commit comments

Comments
 (0)