diff --git a/shared.js b/shared.js index ad45a61..8f75789 100644 --- a/shared.js +++ b/shared.js @@ -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';