We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438dd0c commit 67fdcabCopy full SHA for 67fdcab
discord/guild.py
@@ -576,7 +576,7 @@ def _from_data(self, guild: GuildPayload) -> None:
576
self._add_sound(sound)
577
578
incidents_payload = guild.get("incidents_data")
579
- self.incidents: IncidentsData | None = (
+ self.incidents_data: IncidentsData | None = (
580
IncidentsData(data=incidents_payload, guild=self)
581
if incidents_payload is not None
582
else None
0 commit comments