Skip to content

Commit

Permalink
forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroquinc committed Jul 1, 2024
1 parent 8c407e7 commit b81295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/cogs/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b81295e

Please sign in to comment.