Fixed categories and some timestamps

This commit is contained in:
2025-04-28 01:21:20 +02:00
parent 99653c6fe1
commit b212236b10
4 changed files with 9 additions and 7 deletions

View File

@@ -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}",
)