hehe i forgor that

This commit is contained in:
2025-11-08 21:06:38 -05:00
parent 938d10d96f
commit 7aa25ed95c

View File

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