This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Client, Collection, GatewayIntentBits, GuildMember } from 'discord.js'; | |
| // Some configuration values for the bot | |
| const token = 'YOUR_TOKEN'; | |
| const guildId = 'YOUR_GUILD_ID'; | |
| const fetchLimit = 15; | |
| // List of methods which define the order based on roles of a member | |
| const memberRolesOrder = [ | |
| (roleIds: string[]) => roleIds.includes('A'), // only A |