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
Actually, the botOnline middleware is doing an http request on its own API to check if the discord client is up.
We should refactor this to directly check using the uptime property on the Client class instance (injected using tsyringe).
The text was updated successfully, but these errors were encountered:
Feature
Actually, the
botOnline
middleware is doing an http request on its own API to check if the discord client is up.We should refactor this to directly check using the
uptime
property on the Client class instance (injected using tsyringe).The text was updated successfully, but these errors were encountered: