mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Update pyright version
This commit is contained in:
@ -68,7 +68,6 @@ if TYPE_CHECKING:
|
||||
from .embeds import Embed
|
||||
from .message import Attachment
|
||||
from .flags import MessageFlags
|
||||
from .enums import AuditLogAction
|
||||
|
||||
from .types import (
|
||||
appinfo,
|
||||
@ -1727,7 +1726,7 @@ class HTTPClient:
|
||||
before: Optional[Snowflake] = None,
|
||||
after: Optional[Snowflake] = None,
|
||||
user_id: Optional[Snowflake] = None,
|
||||
action_type: Optional[AuditLogAction] = None,
|
||||
action_type: Optional[audit_log.AuditLogEvent] = None,
|
||||
) -> Response[audit_log.AuditLog]:
|
||||
params: Dict[str, Any] = {'limit': limit}
|
||||
if before:
|
||||
|
Reference in New Issue
Block a user