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/stats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot/src/commands/stats.js') diff --git a/bot/src/commands/stats.js b/bot/src/commands/stats.js index 6924874..a961245 100644 --- a/bot/src/commands/stats.js +++ b/bot/src/commands/stats.js @@ -1,7 +1,7 @@ import { EmbedBuilder, SlashCommandBuilder } from 'discord.js'; -import { commandUsages } from '../models/command-usages.js'; +import { commandUsages } from '../db/models/command-usages.js'; import { abEmbedColour } from '../storage/consts.js'; -import { quote } from '../models/quote.js'; +import { quote } from '../db/models/quote.js'; export default { data: new SlashCommandBuilder() -- cgit v1.2.3