Fix imports

This commit is contained in:
James Shiffer
2023-10-08 19:20:00 -07:00
parent 49360a7c5b
commit 393bc4f8ca
5 changed files with 28 additions and 21 deletions

View File

@@ -5,7 +5,8 @@
*/
import { Client, Events, GatewayIntentBits, IntentsBitField, Partials } from 'discord.js';
import { db, logInfo, openDb, reactionEmojis, sync } from './util';
import { logInfo } from '../logging';
import { db, openDb, reactionEmojis, sync } from './util';
const client = new Client({
intents: [GatewayIntentBits.MessageContent, IntentsBitField.Flags.Guilds, IntentsBitField.Flags.GuildMessages],