mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 00:55:19 +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