aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/stats.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-30 17:21:29 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-30 17:21:29 -0400
commitd37cc8c56cbf8c9ffe7023c671abe0d579ea875d (patch)
tree15dd5ba6bc8046017d78ff0186af0175850c612b /bot/src/commands/stats.js
parent1662608835099ee3176d07d67c6a3c69f716f938 (diff)
downloadAleeBot-d37cc8c56cbf8c9ffe7023c671abe0d579ea875d.tar.gz
AleeBot-d37cc8c56cbf8c9ffe7023c671abe0d579ea875d.tar.bz2
AleeBot-d37cc8c56cbf8c9ffe7023c671abe0d579ea875d.zip
Moved models to the db folder
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()