Updated linting config #21

- Now works
- Ran linting on the repo
This commit is contained in:
Logan Cusano
2024-08-17 17:02:05 -04:00
parent ab929489b0
commit 46989942d8
7 changed files with 15 additions and 28 deletions

View File

@@ -6,10 +6,7 @@ import { Events } from "discord.js";
import { gptInteraction } from "../addons/gptInteraction.mjs";
import { linkCop } from "../addons/linkCop.mjs";
import PresenceManager from "../modules/presenceManager.mjs";
import {
getGuildConfig,
setGuildConfig,
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
import { getGuildConfig } from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
export const name = Events.MessageCreate;