python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Bump dpy to v2, and update the project to use BotBase #60

Closed D0rs4n closed 1 year ago

ChrisLovering commented 2 years ago

Further to my comment about the self.code_jam_mgmt_api if we did that before the super().setup_hook() call, we could also add a ping_services function to SirRobin that pings the mgmt api to ensure it can connect, raising an error if it can't. This is possible as BotBase.setup_hook calls ping_services for us.