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/plugins/analytics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/plugins/analytics.js') diff --git a/bot/src/plugins/analytics.js b/bot/src/plugins/analytics.js index 137207f..8ed968b 100644 --- a/bot/src/plugins/analytics.js +++ b/bot/src/plugins/analytics.js @@ -1,4 +1,4 @@ -import { commandUsages } from '../models/command-usages.js'; +import { commandUsages } from '../db/models/command-usages.js'; import { enableAnalytics } from '../storage/consts.js'; export async function Analytics(command, interaction) { -- cgit v1.2.3