bufix: added missing import

This commit is contained in:
Baipyrus 2024-03-03 17:13:59 +01:00
parent 3563e5be62
commit fe139004bf

View File

@ -1,5 +1,5 @@
import { ChatInputCommandInteraction, ContextMenuCommandInteraction, Role } from 'discord.js';
import { Message, RoleEmojiPair } from './database.js';
import { Message, RoleEmojiPair, Guild } from './database.js';
import { readdir } from 'fs/promises';
import { config } from 'dotenv';
import { Op } from 'sequelize';