php-telegram-bot / laravel

Laravel package for PHP Telegram Bot Library
Other
168 stars 50 forks source link

Multiple Bots #4

Closed dehghanimehrdad closed 5 years ago

dehghanimehrdad commented 5 years ago

Hello, I have been using the package for some time, and now I want to add more bots, like I want to create new controller for another bot which will have its own commands and stuff, any idea?

noplanman commented 5 years ago

You can easily check the bot ID and set a different config accordingly :+1:

rafuck commented 1 year ago

You can easily check the bot ID and set a different config accordingly 👍

Is it possible to use different bots in different console commands? 1) There are some tables in DB, and in these tables bot_id or something like this is not presented. It is not problem? 2) And I newbie in laravel. How I can provide different config in different console commands?