Fixed categories and some timestamps
This commit is contained in:
@@ -305,7 +305,7 @@ class PycordUser:
|
||||
|
||||
channel: TextChannel = await guild.create_text_channel(
|
||||
f"{discord_member.name}_{shake_256(str(pycord_event._id).encode()).hexdigest(3)}",
|
||||
category=discord_category,
|
||||
category=discord_category.category,
|
||||
overwrites=permission_overwrites,
|
||||
reason=f"Event channel of {self.id} for event {pycord_event._id}",
|
||||
)
|
||||
|
Reference in New Issue
Block a user