From aa7fc6b627439bcff7fb245a89b7222d4d002a97 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:40:08 -0500 Subject: [PATCH] yea --- template-js/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-js/src/index.js b/template-js/src/index.js index db04931..813ab2d 100644 --- a/template-js/src/index.js +++ b/template-js/src/index.js @@ -3,7 +3,7 @@ import 'dotenv/config' import * as config from './config.js' import { Client, GatewayIntentBits } from 'discord.js'; import { Sern, makeDependencies } from '@sern/handler'; -import { Publisher } from '@sern/publisher' +import { Publisher } from '@sern/publisher' const client = new Client({ intents: [