mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Update Pyright to v1.1.394
This commit is contained in:
@ -859,7 +859,7 @@ class CommandTree(Generic[ClientT]):
|
||||
if len(params) != 2:
|
||||
raise TypeError('error handler must have 2 parameters')
|
||||
|
||||
self.on_error = coro
|
||||
self.on_error = coro # type: ignore
|
||||
return coro
|
||||
|
||||
def command(
|
||||
|
Reference in New Issue
Block a user