Skip to content

Commit

Permalink
chore: guild.preferred_locale
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Sep 23, 2024
1 parent 5e7b9bc commit e4e27c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/interactions/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def guild(self) -> Optional[Guild]:
This object is created from the data provided by Discord, but it is not complete.
The only populated attributes are:
- :attr:`Guild.id`
- :attr:`Guild.locale`
- :attr:`Guild.preferred_locale`
- :attr:`Guild.features`
"""
if self.guild_id is None:
Expand Down

0 comments on commit e4e27c0

Please sign in to comment.