ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command with arguments

Encryptize opened this issue · comments

How I can make a command with arguments? I mean example /help command. I want it to detect an argument and execute another action after typing such an example command rather than after typing /help.