From d37cc8c56cbf8c9ffe7023c671abe0d579ea875d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 30 Mar 2025 17:21:29 -0400 Subject: Moved models to the db folder --- bot/src/commands/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/commands/quote.js') diff --git a/bot/src/commands/quote.js b/bot/src/commands/quote.js index 9c409f9..3bc71d3 100644 --- a/bot/src/commands/quote.js +++ b/bot/src/commands/quote.js @@ -6,7 +6,7 @@ import { TextInputBuilder, TextInputStyle, ActionRowBuilder } from 'discord.js'; -import { pendingQuote, quote as quoteDB } from '../models/quote.js'; +import { pendingQuote, quote as quoteDB } from '../db/models/quote.js'; import { abEmbedColour } from '../storage/consts.js'; // import { setTimeout as wait } from 'node:timers/promises'; // -- cgit v1.2.3