diff options
Diffstat (limited to 'bot/src/commands/suggest.js')
| -rw-r--r-- | bot/src/commands/suggest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/commands/suggest.js b/bot/src/commands/suggest.js index 6c3209f..7c4b75a 100644 --- a/bot/src/commands/suggest.js +++ b/bot/src/commands/suggest.js @@ -8,7 +8,7 @@ import { EmbedBuilder } from 'discord.js'; import { abEmbedColour, featureSuggestChannel } from '../storage/consts.js'; -import { guildSettings } from '../models/guild-settings.js'; +import { guildSettings } from '../db/models/guild-settings.js'; export default { data: new SlashCommandBuilder() |
