We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix: typehint required
Revert 6e3678dbb3ca4f6aa4559ee140c49c94cc6b593e...f2683f060ff211d4e8b799b9032a27b747ee07f5 on Create your own commands
$telegram->addCommandsPaths does not need an S, it must change to $telegram->addCommandsPath
added $telegram->addCommandsPaths($commands_paths); line which is needed to load into the framework the commands directory
Revert 8d0f32cc8a56b32bbfce4bb25f77a2a12de25aa0...dcd5408943d57a80053a351da6ede8145240af4f on Create your own commands
Ggwp
Destroyed Create your own commands (markdown)
Update guide and fix links to new example-bot repo.
Update to use new command structure.
Removed `use Longman\TelegramBot\Command` since `Command` actually is under `Longman\TelegramBot\Commands`. This was causing errors for me
Created Create your own commands (markdown)