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
@@ -1,5 +1,5 @@
import discord
from src.state import rename_vc
from src.handlers import rename_vc
from src.embeds import build_info_embed, build_error_embed
def setup_commands(bot: discord.Bot):