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
@@ -2,7 +2,7 @@ import discord
import random
from discord.ext import tasks
from config import config
from handlers import rename_vc
from src.handlers import rename_vc
from src.commands import setup_commands
from src.embeds import build_error_embed
from src.data.status import discord_status