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) 228 B
export interface CreateOptions { backupID?: string; maxMessagesPerChannel?: number; jsonSave?: boolean; jsonBeautify?: boolean; doNotBackup?: string[]; backupMembers?: boolean; saveImages?: string; }