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
# None of these functions are even called in your program, are they for the future?
def cleanup_resources():
"""Cleanup resources on shutdown"""
try: # Note: Why use a try catch statement here? if the if statement is false, it wouldn't throw an exception, would only ignore the statement entirely, the try catch is useless
if hasattr(bot, 'scalability_manager') and bot.scalability_manager: