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
Please do not call self._createBot() in the constructor. It makes an HTTP which potentially takes time and slows down bot start up, as plugin constructors are not run in their own thread.
You could call it when it is first used instead.