From 3b08b746bb1260062b7a427fcc5188ff6c27f624 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 25 Jul 2020 09:54:20 +0100 Subject: [PATCH] Getting rid of category argument --- cogs/modmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/modmail.py b/cogs/modmail.py index c99f456c..88741b3b 100644 --- a/cogs/modmail.py +++ b/cogs/modmail.py @@ -406,7 +406,7 @@ class Modmail(commands.Cog): # cat = await guild.create_category_channel(member.name, overwrites=overwrites, position=0) # Create the text channel - user_channel = await guild.create_text_channel(member.name, overwrites=overwrites, category=cat, + user_channel = await guild.create_text_channel(member.name, overwrites=overwrites, position=0) # Mention the user to make sure that they get pinged