diff --git a/discord/app_commands/models.py b/discord/app_commands/models.py index 1d878ffdf..ccc4a61aa 100644 --- a/discord/app_commands/models.py +++ b/discord/app_commands/models.py @@ -646,7 +646,7 @@ class AppCommandChannel(Hashable): @property def flags(self) -> ChannelFlags: - """:class:`ChannelFlags`: The flags associated with this channel object. + """:class:`~discord.ChannelFlags`: The flags associated with this channel object. .. versionadded:: 2.6 """