run
Starts the app and handles the start/stop of the bot.
You are most likely to use this method in your main function.
Example
from swibots import Client
app = Client()
# register your handlers here
app.run()
Starts the app and handles the start/stop of the bot.
You are most likely to use this method in your main function.
from swibots import Client
app = Client()
# register your handlers here
app.run()