rewrite: Various bug fixes.

This commit is contained in:
2023-05-25 16:45:54 +03:00
parent 0863d13088
commit fe8cf35885
11 changed files with 237 additions and 21 deletions

View File

@@ -503,7 +503,7 @@ class TimerCog(LionCog):
if ctx.guild.me.guild_permissions.manage_channels:
try:
channel = await ctx.guild.create_voice_channel(
name="Timer",
name=name or "Timer",
reason="Creating Pomodoro Voice Channel",
category=ctx.channel.category
)