Skip to content

Instantly share code, notes, and snippets.

View utarwyn's full-sized avatar

Maxime Malgorn utarwyn

View GitHub Profile
@utarwyn
utarwyn / main.ts
Last active July 22, 2023 12:57
Sort a list of members based on their roles using discord.js v14
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