From fe139004bf1a9b3dddaf7acf1125dcaaeec6f99d Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 3 Mar 2024 17:13:59 +0100 Subject: [PATCH] bufix: added missing import --- shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';