const {Discord, Client, GatewayIntentBits, Partials, Collection, MessageEmbed,} = require('discord.js');
const fs = require('fs');
const sleep = require('sleep-promise');
const client = new Client({
intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent],
partials: [Partials.Channel, Partials.Message]});
const {Discord, Client, GatewayIntentBits, Partials, Collection, MessageEmbed,} = require('discord.js');
const fs = require('fs');
const sleep = require('sleep-promise');
const client = new Client({
intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent],
partials: [Partials.Channel, Partials.Message]});