Skip to content

Commit 04b2e49

Browse files
committed
Fix documentation for abc.GuildChannel.move to be more clear
1 parent 86dd29a commit 04b2e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/abc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,10 +1130,10 @@ async def move(self, **kwargs: Any) -> None:
11301130
channel list (or category if given).
11311131
This is mutually exclusive with ``beginning``, ``before``, and ``after``.
11321132
before: :class:`~discord.abc.Snowflake`
1133-
The channel that should be before our current channel.
1133+
Whether to move the channel before the given channel.
11341134
This is mutually exclusive with ``beginning``, ``end``, and ``after``.
11351135
after: :class:`~discord.abc.Snowflake`
1136-
The channel that should be after our current channel.
1136+
Whether to move the channel after the given channel.
11371137
This is mutually exclusive with ``beginning``, ``end``, and ``before``.
11381138
offset: :class:`int`
11391139
The number of channels to offset the move by. For example,

0 commit comments

Comments
 (0)