mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[Utils] Privatize internal utils (#3240)
* refactor(utils): privatize some utils * chore(changelog): add towncrier entry * refactor: update internal utils imports
This commit is contained in:
@@ -28,7 +28,7 @@ from typing import (
|
||||
|
||||
import discord
|
||||
from redbot.core import data_manager, commands, Config
|
||||
from redbot.core.utils import safe_delete
|
||||
from redbot.core.utils._internal_utils import safe_delete
|
||||
from redbot.core.i18n import Translator
|
||||
|
||||
from . import errors
|
||||
|
||||
Reference in New Issue
Block a user