mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
Privatize APIs by renaming or removing them from __all__ (#6021)
This commit is contained in:
@@ -8,6 +8,16 @@ if TYPE_CHECKING:
|
||||
from ..bot import Red
|
||||
from ..commands import Context
|
||||
|
||||
__all__ = (
|
||||
"mass_purge",
|
||||
"slow_deletion",
|
||||
"get_audit_reason",
|
||||
"is_mod_or_superior",
|
||||
"strfdelta",
|
||||
"is_admin_or_superior",
|
||||
"check_permissions",
|
||||
)
|
||||
|
||||
|
||||
async def mass_purge(
|
||||
messages: List[discord.Message],
|
||||
|
||||
Reference in New Issue
Block a user