Documentation formatting

This commit is contained in:
Skezza
2020-07-01 04:32:00 +01:00
committed by GitHub
parent e7500f738c
commit c3bca7ec73
9 changed files with 11 additions and 11 deletions

View File

@ -82,7 +82,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
category_id: Optional[:class:`int`]
The category channel ID this channel belongs to, if applicable.
topic: Optional[:class:`str`]
The channel's topic. None if it doesn't exist.
The channel's topic. ``None`` if it doesn't exist.
position: :class:`int`
The position in the channel list. This is a number that starts at 0. e.g. the
top channel is position 0.