mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26: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).
|
channel list (or category if given).
|
||||||
This is mutually exclusive with ``beginning``, ``before``, and ``after``.
|
This is mutually exclusive with ``beginning``, ``before``, and ``after``.
|
||||||
before: :class:`~discord.abc.Snowflake`
|
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``.
|
This is mutually exclusive with ``beginning``, ``end``, and ``after``.
|
||||||
after: :class:`~discord.abc.Snowflake`
|
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``.
|
This is mutually exclusive with ``beginning``, ``end``, and ``before``.
|
||||||
offset: :class:`int`
|
offset: :class:`int`
|
||||||
The number of channels to offset the move by. For example,
|
The number of channels to offset the move by. For example,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user