Browse Source

fix CI

pull/10180/head
owocado 4 weeks ago
parent
commit
d44b3cf05e
  1. 2
      discord/app_commands/models.py

2
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
"""

Loading…
Cancel
Save