Skip to content

Commit

Permalink
Merge pull request #1 from AmarnathCJD/patch-1
Browse files Browse the repository at this point in the history
Update start.py
  • Loading branch information
xAmarnath authored Oct 18, 2024
2 parents 13c3138 + 62a694c commit baba6a4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion modules/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ async def _start(msg):
)


help_menu = [
[Button.inline("About", data="about")],
[Button.inline("Commands", data="commands")],
[Button.url("Support", "https://t.me/rosexchat")],
[Button.url("Source", "https://github.com/xamarnath/valeri")],
]


@new_cmd(pattern="help")
async def _help(msg):
await msg.reply("""Help is on the way!""")
await msg.reply("""Here is the help menu""", buttons=help_menu)



0 comments on commit baba6a4

Please sign in to comment.