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:
@@ -9,6 +9,10 @@ from copy import deepcopy
|
||||
from pathlib import Path
|
||||
from typing import Dict, Any, Optional, Union
|
||||
|
||||
from redbot import _early_init
|
||||
|
||||
_early_init()
|
||||
|
||||
import appdirs
|
||||
import click
|
||||
|
||||
|
||||
Reference in New Issue
Block a user