diff --git a/src/discord/cogs/tasks.py b/src/discord/cogs/tasks.py index 25421b2..26987ab 100644 --- a/src/discord/cogs/tasks.py +++ b/src/discord/cogs/tasks.py @@ -62,7 +62,7 @@ async def update_disk_space_channel(self): overwrites = { guild.default_role: discord.PermissionOverwrite(connect=False) } - await guild.create_voice_channel(name=f"HDD: {space}", overwrites=overwrites) + await guild.create_voice_channel(name=f"{space}", overwrites=overwrites) else: logger.info(f"Guild with ID {guild_id} not found.") except Exception as e: