mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Ensure nothing initializes colorama when it isn't needed (#5063)
This commit is contained in:
@@ -22,9 +22,9 @@ import discord
|
||||
# Set the event loop policies here so any subsequent `new_event_loop()`
|
||||
# calls, in particular those as a result of the following imports,
|
||||
# return the correct loop object.
|
||||
from redbot import _update_event_loop_policy, __version__
|
||||
from redbot import _early_init, __version__
|
||||
|
||||
_update_event_loop_policy()
|
||||
_early_init()
|
||||
|
||||
import redbot.logging
|
||||
from redbot.core.bot import Red, ExitCodes
|
||||
|
||||
Reference in New Issue
Block a user