Getting rid of category argument

pull/8/head
sgoudham 4 years ago
parent e8f5a7ec74
commit 3b08b746bb

@ -406,7 +406,7 @@ class Modmail(commands.Cog):
# cat = await guild.create_category_channel(member.name, overwrites=overwrites, position=0) # cat = await guild.create_category_channel(member.name, overwrites=overwrites, position=0)
# Create the text channel # 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) position=0)
# Mention the user to make sure that they get pinged # Mention the user to make sure that they get pinged

Loading…
Cancel
Save