UNPKG

discord-rebackup

Version:

An rewamped fork of the discord-backup module ! by the iHorizon Team

12 lines (11 loc) 275 B
export interface CreateOptions { backupID?: string; maxMessagesPerChannel?: number; jsonSave?: boolean; jsonBeautify?: boolean; doNotBackup?: string[]; backupMembers?: boolean; saveImages?: boolean; selfBot?: boolean; devMode?: boolean; }