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: [