hehe i forgor that
This commit is contained in:
2
index.js
2
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: [
|
||||
|
||||
Reference in New Issue
Block a user