Skip to content

Commit

Permalink
Change typing for channel.members
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Apr 24, 2024
1 parent 8085ac8 commit bec2c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novus/models/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def __init__(
try_snowflake(data.get("guild_id"))
or try_snowflake(guild_id)
)
self._members: dict[int, GuildMember] = {}
self._members: dict[int, ThreadMember] = {}
self._channels: dict[int, Channel] = {}
self._update(data)

Expand Down

0 comments on commit bec2c02

Please sign in to comment.