This commit is contained in:
Jacob Nguyen
2024-07-18 17:40:08 -05:00
parent 1a7df4d292
commit aa7fc6b627

View File

@@ -3,7 +3,7 @@ import 'dotenv/config'
import * as config from './config.js' import * as config from './config.js'
import { Client, GatewayIntentBits } from 'discord.js'; import { Client, GatewayIntentBits } from 'discord.js';
import { Sern, makeDependencies } from '@sern/handler'; import { Sern, makeDependencies } from '@sern/handler';
import { Publisher } from '@sern/publisher' import { Publisher } from '@sern/publisher'
const client = new Client({ const client = new Client({
intents: [ intents: [