diff --git a/src/modules/zbytek.ts b/src/modules/zbytek.ts index e77f9a6..12521a9 100644 --- a/src/modules/zbytek.ts +++ b/src/modules/zbytek.ts @@ -1,8 +1,9 @@ // Komandy nebo handelery kterĂ˝ se nikam jinam nehodĂ­ import { getVoiceConnections } from "@discordjs/voice"; -import { Message } from "discord.js"; +import { Client, Message } from "discord.js"; import { emouty } from "../utils/emotes"; +import { createServer } from "http"; let spim = false;