We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb79fe7 commit 132cd05Copy full SHA for 132cd05
discord/ext/pages/pagination.py
@@ -379,7 +379,7 @@ async def on_timeout(self) -> None:
379
item.disabled = True
380
await self.message.edit(view=self)
381
382
- async def stop(self) -> None:
+ async def disable(self) -> None:
383
"""Stops the paginator, disabling all of its components. Does not disable components added via custom views."""
384
for item in self.children:
385
if isinstance(item, (PaginatorButton, PaginatorMenu)):
0 commit comments