Rename state to handlers

This commit is contained in:
Kaaninchen
2026-07-17 13:18:16 +02:00
parent 853271259a
commit 348c2e14df
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ async def rename_vc(bot: discord.Bot) -> bool:
print(f"Info: {name} from {current['station']} \n via: {current['via']}")
await channel.edit(name=f"{config['formatting']}{name}")
await channel.edit(name=f"{config['formatting']}{name}",)
return True