From f1fea3871261778aa1e328336ffd5939f707d5f5 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 27 May 2018 20:36:44 -0700 Subject: [PATCH] [V3 Mod] Unmute server does not need channel (#1695) --- redbot/cogs/mod/mod.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redbot/cogs/mod/mod.py b/redbot/cogs/mod/mod.py index e97e78fa5..743e1aa4c 100644 --- a/redbot/cogs/mod/mod.py +++ b/redbot/cogs/mod/mod.py @@ -1116,7 +1116,6 @@ class Mod: author, reason, until=None, - channel=channel, ) except RuntimeError as e: await ctx.send(e)