feat: add /info command (#1)
Reviewed-on: #1 Co-authored-by: mctaylors <cantsendmails@mctaylors.ru> Co-committed-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
c70d7fe3be
commit
6141d674a9
4 changed files with 115 additions and 7 deletions
1
main.py
1
main.py
|
@ -21,6 +21,7 @@ def main() -> None:
|
|||
application.add_handler(CommandHandler("start", commands.start_command))
|
||||
application.add_handler(CommandHandler("help", commands.help_command))
|
||||
application.add_handler(CommandHandler("about", commands.about_command))
|
||||
application.add_handler(CommandHandler("info", commands.info_command))
|
||||
|
||||
from inline_query import inline_query
|
||||
application.add_handler(InlineQueryHandler(inline_query))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue