We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f603820 commit 8f101faCopy full SHA for 8f101fa
ethon/mystarts.py
@@ -11,3 +11,12 @@ async def start_srb(event, st):
11
[Button.url("DEV", url="t.me/MaheshChauhan")]])
12
13
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