mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 18:02:31 -05:00
Privatize APIs by renaming or removing them from __all__ (#6021)
This commit is contained in:
@@ -14,6 +14,15 @@ from .. import commands
|
||||
from .predicates import ReactionPredicate
|
||||
from .views import SimpleMenu, _SimplePageSource
|
||||
|
||||
__all__ = (
|
||||
"menu",
|
||||
"next_page",
|
||||
"prev_page",
|
||||
"close_menu",
|
||||
"start_adding_reactions",
|
||||
"DEFAULT_CONTROLS",
|
||||
)
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_PageList = TypeVar("_PageList", List[str], List[discord.Embed])
|
||||
_ReactableEmoji = Union[str, discord.Emoji]
|
||||
|
||||
Reference in New Issue
Block a user