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