diff --git a/src/modules/zbytek.ts b/src/modules/zbytek.ts index d7b4010..2d0fc9c 100644 --- a/src/modules/zbytek.ts +++ b/src/modules/zbytek.ts @@ -1,7 +1,7 @@ // Komandy nebo handelery kterĂ˝ se nikam jinam nehodĂ­ import { getVoiceConnections } from "@discordjs/voice"; -import { APIEmbed, Client, Message, User } from "discord.js"; +import { Client, Message, User } from "discord.js"; import { emouty } from "../utils/emotes"; import { createServer } from "http"; import { Modul } from "../utils/types";