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/utils/sync.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bot/src/utils') diff --git a/bot/src/utils/sync.js b/bot/src/utils/sync.js index fa3d8c9..9e11971 100644 --- a/bot/src/utils/sync.js +++ b/bot/src/utils/sync.js @@ -1,6 +1,6 @@ -import { quote, pendingQuote } from '../models/quote.js'; -import { guildSettings } from '../models/guild-settings.js'; -import { commandUsages } from '../models/command-usages.js'; +import { quote, pendingQuote } from '../db/models/quote.js'; +import { guildSettings } from '../db/models/guild-settings.js'; +import { commandUsages } from '../db/models/command-usages.js'; export function syncDB() { quote.sync().then(() => { -- cgit v1.2.3