lepší timeout #3

Closed
Histmy wants to merge 4 commits from lepsi-timeout into main
Showing only changes of commit bb8f27ba31 - Show all commits

View File

@ -1,3 +1,5 @@
/*eslint no-constant-condition: ["error", { "checkLoops": false }]*/
import { APIEmbed, ActionRowBuilder, ButtonBuilder, ButtonInteraction, ButtonStyle, CacheType, ChannelType, Client, ComponentType, Message, MessageCreateOptions, ReadonlyCollection, TextBasedChannel, User } from "discord.js";
import { existsSync } from "fs";
import { MysqlError, createPool } from "mysql";