UNPKG
discord-backup-v12
Version:
latest (2.5.0)
2.5.0
A complete framework to facilitate server backup using discord.js v12
discord-backup-v12
/
lib
/
types
/
CreateOptions.d.ts
9 lines
(8 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
CreateOptions
{
backupID
?:
string
;
maxMessagesPerChannel
?:
number
;
jsonSave
?:
boolean
;
jsonBeautify
?:
boolean
;
doNotBackup
?:
string
[];
saveImages
?:
string
; }