mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Deprecate is_allowed_by_hierarchy() core util (#4435)
This commit is contained in:
@@ -6,8 +6,9 @@ import discord
|
||||
from redbot.core import commands, checks, i18n, modlog
|
||||
from redbot.core.utils import AsyncIter
|
||||
from redbot.core.utils.chat_formatting import format_perms_list
|
||||
from redbot.core.utils.mod import get_audit_reason, is_allowed_by_hierarchy
|
||||
from redbot.core.utils.mod import get_audit_reason
|
||||
from .abc import MixinMeta
|
||||
from .utils import is_allowed_by_hierarchy
|
||||
|
||||
T_ = i18n.Translator("Mod", __file__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user