Skip to content

Commit 475a248

Browse files
committed
fix(guild): rename incidents attribute to incidents_data for clarity
1 parent 64965b3 commit 475a248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class Guild(Hashable):
296296
"approximate_member_count",
297297
"approximate_presence_count",
298298
"_sounds",
299-
"incidents",
299+
"incidents_data",
300300
)
301301

302302
_PREMIUM_GUILD_LIMITS: ClassVar[dict[int | None, _GuildLimit]] = {

0 commit comments

Comments
 (0)