no nic zmrde, teď už???

This commit is contained in:
Histmy 2023-08-26 22:30:47 +02:00
parent 70f0f370c5
commit cf94a3e292
Signed by untrusted user who does not match committer: Histmy
GPG Key ID: AC2E43C463D8F329
6 changed files with 5 additions and 6 deletions

View File

@ -95,7 +95,7 @@ readdirSync(modulFolder).forEach(soubor => {
if (!hide) komandyNaPoslani.push(toCoExportuju);
});
}
};
}
});
helpServer.komandy = komandyNaPoslani;

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -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";