From 7aa25ed95c290ef29ad09e665d347d3b7a524ec4 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sat, 8 Nov 2025 21:06:38 -0500 Subject: [PATCH] hehe i forgor that --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 728c452..3d3c200 100644 --- a/index.js +++ b/index.js @@ -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: [