UNPKG

pdx-backup

Version:

A complete framework to facilitate server backup using discord.js v14 by Foob, forked from discord-backup djs v13 (by androz2091)

10 lines (9 loc) 200 B
export interface RoleData { name: string; color: `#${string}`; hoist: boolean; permissions: string; mentionable: boolean; position: number; isEveryone: boolean; }