Browse Source

Fix documentation for abc.GuildChannel.move to be more clear

pull/9894/head
Rapptz 9 months ago
parent
commit
04b2e494f7
  1. 4
      discord/abc.py

4
discord/abc.py

@ -1130,10 +1130,10 @@ class GuildChannel:
channel list (or category if given).
This is mutually exclusive with ``beginning``, ``before``, and ``after``.
before: :class:`~discord.abc.Snowflake`
The channel that should be before our current channel.
Whether to move the channel before the given channel.
This is mutually exclusive with ``beginning``, ``end``, and ``after``.
after: :class:`~discord.abc.Snowflake`
The channel that should be after our current channel.
Whether to move the channel after the given channel.
This is mutually exclusive with ``beginning``, ``end``, and ``before``.
offset: :class:`int`
The number of channels to offset the move by. For example,

Loading…
Cancel
Save