Skip to content

Commit

Permalink
Update mystarts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasusen-code authored Feb 21, 2022
1 parent f603820 commit 8f101fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ethon/mystarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ async def start_srb(event, st):
[Button.url("DEV", url="t.me/MaheshChauhan")]])


async def vc_menu(event):
await event.edit("**VIDEO CONVERTOR v1.4**",
buttons=[
[Button.inline("info.", data="info"),
Button.inline("SOURCE", data="source")],
[Button.inline("NOTICE.", data="notice"),
Button.inline("Main.", data="help")],
[Button.url("DEVELOPER", url="t.me/MaheshChauhan")]])

0 comments on commit 8f101fa

Please sign in to comment.