diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-30 17:21:29 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-30 17:21:29 -0400 |
| commit | d37cc8c56cbf8c9ffe7023c671abe0d579ea875d (patch) | |
| tree | 15dd5ba6bc8046017d78ff0186af0175850c612b /bot/src/commands/quote.js | |
| parent | 1662608835099ee3176d07d67c6a3c69f716f938 (diff) | |
| download | AleeBot-d37cc8c56cbf8c9ffe7023c671abe0d579ea875d.tar.gz AleeBot-d37cc8c56cbf8c9ffe7023c671abe0d579ea875d.tar.bz2 AleeBot-d37cc8c56cbf8c9ffe7023c671abe0d579ea875d.zip | |
Moved models to the db folder
Diffstat (limited to 'bot/src/commands/quote.js')
| -rw-r--r-- | bot/src/commands/quote.js | 2 |
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'; // |
