aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/quote.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/quote.js')
-rw-r--r--bot/src/commands/quote.js2
1 files changed, 1 insertions, 1 deletions
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';
//