UNPKG

discord-backup

Version:

A complete framework to facilitate server backup using discord.js v14 with rate limiting and error handling

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