File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments