refactor: rename KyokoClient to BotClient and update all imports.

This commit is contained in:
syntaxbullet
2025-12-15 22:01:19 +01:00
parent ac6283e60c
commit 3984d6112b
6 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { createCommand } from "@lib/utils";
import { KyokoClient } from "@lib/KyokoClient";
import { KyokoClient } from "@/lib/BotClient";
import { SlashCommandBuilder, EmbedBuilder, PermissionFlagsBits } from "discord.js";
import { createErrorEmbed } from "@lib/embeds";