linted files according to linter

This commit is contained in:
2025-11-08 21:09:55 -05:00
parent 7cf4a47a60
commit 52b8b60793
5 changed files with 3 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ const state = require('./state.json');
// the basic discord setup stuff yoinked from their guide
const { Client, Collection, Events, GatewayIntentBits, EmbedBuilder, Partials, MessageFlags } = require('discord.js');
const { profile } = require('node:console');
const client = new Client({
intents: [
GatewayIntentBits.Guilds,