nothing really
This commit is contained in:
@@ -28,9 +28,7 @@ const sendMessage = (res: ReplyableInteraction | TextBasedChannels, msg: any, ep
|
|||||||
|
|
||||||
//initialize discord
|
//initialize discord
|
||||||
const Discord = require('discord.js'),
|
const Discord = require('discord.js'),
|
||||||
client: Client = new Discord.Client({ intents: [
|
client: Client = new Discord.Client({ intents: [ 'GUILD_MEMBERS' ] });
|
||||||
'GUILD_MEMBERS'
|
|
||||||
] });
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* send message containing menu
|
* send message containing menu
|
||||||
|
|||||||
Reference in New Issue
Block a user