UNPKG

discord-backup

Version:

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

7 lines (6 loc) 204 B
import { MessageMentionOptions } from 'discord.js'; export interface LoadOptions { clearGuildBeforeRestore: boolean; maxMessagesPerChannel?: number; allowedMentions?: MessageMentionOptions; }