mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
Fix documentation for abc.GuildChannel.move to be more clear
This commit is contained in:
parent
86dd29a8e8
commit
04b2e494f7
@ -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…
x
Reference in New Issue
Block a user