mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 00:55:19 +00:00
Update Pyright to v1.1.394
This commit is contained in:
@ -82,7 +82,7 @@ def is_cog(obj: Any) -> TypeGuard[Cog]:
|
||||
return hasattr(obj, '__cog_commands__')
|
||||
|
||||
|
||||
class DeferTyping:
|
||||
class DeferTyping(Generic[BotT]):
|
||||
def __init__(self, ctx: Context[BotT], *, ephemeral: bool):
|
||||
self.ctx: Context[BotT] = ctx
|
||||
self.ephemeral: bool = ephemeral
|
||||
|
Reference in New Issue
Block a user