Skip to main content

Commands Module

This module allows you to create bot commands and add them to processing. It allows automatically requesting the required arguments for your work, registering commands in the bot through the Telegram API.

tip

It is recommended to create a separate directory in your project for your commands, where each file will represent a separate command.