aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/abc.py b/discord/abc.py
index be2c9b21..ef7d403d 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -767,6 +767,9 @@ class GuildChannel:
Moving the channel failed.
"""
+ if not kwargs:
+ return
+
beginning, end = kwargs.get('beginning'), kwargs.get('end')
before, after = kwargs.get('before'), kwargs.get('after')
offset = kwargs.get('offset', 0)