Skip to content

Commit

Permalink
fix: use discordobject as base for dfaultselectvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls committed Oct 8, 2023
1 parent d8bee6f commit feb3a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/models/discord/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def to_dict(self) -> discord_typings.SelectMenuComponentData:


@attrs.define(eq=False, order=False, hash=False, slots=False)
class SelectDefaultValues(DictSerializationMixin):
class SelectDefaultValues(DiscordObject):
id: Snowflake
"""ID of a user, role, or channel"""
type: str
Expand Down

0 comments on commit feb3a6c

Please sign in to comment.