You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have other things I do in the main task, and I rather not create another task just for the bot. Is there anyway to have a way to run_forever kwargs that I can skip that command?
Hi! That's a good point. I might introduce an alternative method instead for this use case instead of adding an argument. I may refactor the bot API a bit and then take this into account.
Hey, thanks for your work on the package!
Is there an update to this? I am facing a similar issue. Specifically, i need to call bot.send() in response to events from outside and can't get it to work
I have other things I do in the main task, and I rather not create another task just for the bot. Is there anyway to have a way to run_forever kwargs that I can skip that command?
For example, in signalbot/bot.py
The text was updated successfully, but these errors were encountered: