jsem redy na merg

This commit is contained in:
Histmy 2024-07-14 15:49:18 +02:00
parent 82aacde0a7
commit bb8f27ba31
Signed by: Histmy
GPG Key ID: AC2E43C463D8F329

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