nothing really

This commit is contained in:
Ashley Rosch
2021-10-29 20:12:34 -05:00
parent 7bccab26eb
commit 580511b632

View File

@@ -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