mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Use Mapping instead of Dict for AuditLogEntry inner cache data
This commit is contained in:
@ -1105,7 +1105,7 @@ class ConnectionState(Generic[ClientT]):
|
||||
return
|
||||
|
||||
entry = AuditLogEntry(
|
||||
users=self._users, # type: ignore
|
||||
users=self._users,
|
||||
integrations={},
|
||||
app_commands={},
|
||||
automod_rules={},
|
||||
|
Reference in New Issue
Block a user