diff --git a/src/app.ts b/src/app.ts index da2b294..099b5cc 100644 --- a/src/app.ts +++ b/src/app.ts @@ -95,7 +95,7 @@ readdirSync(modulFolder).forEach(soubor => { if (!hide) komandyNaPoslani.push(toCoExportuju); }); } - }; + } }); helpServer.komandy = komandyNaPoslani; diff --git a/src/modules/spink.ts b/src/modules/spink.ts index 8590197..be02272 100644 --- a/src/modules/spink.ts +++ b/src/modules/spink.ts @@ -1,6 +1,6 @@ // Modul dedikovaný funkci spinkáček -import { ChannelType, Message, Presence, Role, TextBasedChannel, User, VoiceState } from "discord.js"; +import { ChannelType, Message, Role, TextBasedChannel, User } from "discord.js"; import fetch from "node-fetch"; import { emouty } from "../utils/emotes"; import { Modul, Spinkackar, SRecord } from "../utils/types"; diff --git a/src/modules/status.ts b/src/modules/status.ts index c0120df..ce56903 100644 --- a/src/modules/status.ts +++ b/src/modules/status.ts @@ -1,5 +1,5 @@ // Trekování statusů všech lidí o kterých bot ví -import { Client, Guild, Presence, User } from "discord.js"; +import { Client, Guild, Presence } from "discord.js"; import fetch from "node-fetch"; import { FakePresence, Modul, SRecord, StatusyINaFounu, UserChange, ZmenovejObjekt } from "../utils/types"; import { adminLog, log } from "../utils/utils"; diff --git a/src/modules/vojs.ts b/src/modules/vojs.ts index e2f8978..f72d219 100644 --- a/src/modules/vojs.ts +++ b/src/modules/vojs.ts @@ -1,7 +1,7 @@ // Cokoliv co má něco společnýho s vojsem import { getVoiceConnection } from "@discordjs/voice"; -import { ChannelType, GuildMember, Message, VoiceChannel, VoiceState } from "discord.js"; +import { ChannelType, GuildMember, Message, VoiceChannel } from "discord.js"; import { emouty } from "../utils/emotes"; import { CClient, Modul } from "../utils/types"; import { log, rand } from "../utils/utils"; diff --git a/src/modules/zapniVypniSe.ts b/src/modules/zapniVypniSe.ts index c9053c1..364be98 100644 --- a/src/modules/zapniVypniSe.ts +++ b/src/modules/zapniVypniSe.ts @@ -1,5 +1,4 @@ import { getVoiceConnections } from "@discordjs/voice"; -import { Message } from "discord.js"; import { emouty } from "../utils/emotes"; import { Modul } from "../utils/types"; import { prefix } from "../utils/utils"; diff --git a/src/modules/zbytek.ts b/src/modules/zbytek.ts index f0e8a1e..8099833 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 { Client, Message, Presence, TextChannel, User } from "discord.js"; +import { Client, TextChannel, } from "discord.js"; import { createServer } from "http"; import { Modul } from "../utils/types"; import fetch from "node-fetch";