mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Add coro tag to docstrings that were missing it
This commit is contained in:
@ -508,7 +508,9 @@ class View:
|
||||
return self.timeout is None and all(item.is_persistent() for item in self._children)
|
||||
|
||||
async def wait(self) -> bool:
|
||||
"""Waits until the view has finished interacting.
|
||||
"""|coro|
|
||||
|
||||
Waits until the view has finished interacting.
|
||||
|
||||
A view is considered finished when :meth:`stop` is called
|
||||
or it times out.
|
||||
|
Reference in New Issue
Block a user