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:
@ -1059,7 +1059,9 @@ class BotBase(GroupMixin[None]):
|
||||
await self._call_module_finalizers(lib, name)
|
||||
|
||||
async def reload_extension(self, name: str, *, package: Optional[str] = None) -> None:
|
||||
"""Atomically reloads an extension.
|
||||
"""|coro|
|
||||
|
||||
Atomically reloads an extension.
|
||||
|
||||
This replaces the extension with the same extension, only refreshed. This is
|
||||
equivalent to a :meth:`unload_extension` followed by a :meth:`load_extension`
|
||||
|
Reference in New Issue
Block a user