From 04b2e494f72f282c3ca7b730d66cb2086226b9be Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 21 Jul 2024 18:44:07 -0400 Subject: [PATCH] Fix documentation for abc.GuildChannel.move to be more clear --- discord/abc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/abc.py b/discord/abc.py index fec57b52a..7f10811c4 100644 --- a/discord/abc.py +++ b/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,