no nic zmrde, teď už???
This commit is contained in:
parent
70f0f370c5
commit
cf94a3e292
@ -95,7 +95,7 @@ readdirSync(modulFolder).forEach(soubor => {
|
||||
if (!hide) komandyNaPoslani.push(toCoExportuju);
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
helpServer.komandy = komandyNaPoslani;
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user