def set_client(c: discord.Client): """ Sets the client. Should be used before any plugins are loaded. """ global client client = c