diff --git a/disnake/interactions/base.py b/disnake/interactions/base.py index ccca3d3fa1..918e98cddd 100644 --- a/disnake/interactions/base.py +++ b/disnake/interactions/base.py @@ -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: