mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-01-17 11:35:14 +00:00
Type up **kwargs of various methods
This commit is contained in:
@@ -143,7 +143,7 @@ class Context(discord.abc.Messageable):
|
||||
ret = await command.callback(*arguments, **kwargs)
|
||||
return ret
|
||||
|
||||
async def reinvoke(self, *, call_hooks=False, restart=True):
|
||||
async def reinvoke(self, *, call_hooks: bool = False, restart: bool = True):
|
||||
"""|coro|
|
||||
|
||||
Calls the command again.
|
||||
|
||||
Reference in New Issue
Block a user