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