Return to site

Warn: Once The Backup Is Removed

 Discord Backup is a powerful Node.js module that allows you to easily manage discord server backups. - Unlimited backups! - Backup creation takes less than 10 seconds! - Even restores messages with webhooks! - And restores everything that is possible to restore (channels, roles, permissions, bans, emojis, name, icon, and more!) Changelog - Supports base64 for emojis/icon/banner backup - New option to save backups in your own database - backup#delete() removed in favor of backup#remove() Examples You can read this example bot on Github: backups-bot Create Create a backup for the server specified in the parameters! Click here to learn more about backup options. Load Allows you to load a backup on a Discord server! Fetch Fetches information from a backup Remove Warn: once the backup is removed, it is impossible to recover it! List Note: backup#list() simply returns an array of IDs, you must fetch the ID to get complete information. SetStorageFolder Updates the storage folder to another Advanced usage Create [advanced] You can use more options for backup creation: maxMessagesPerChannel: Maximum of messages to save in each channel. 0 won't save any messages. jsonSave: Whether to save the backup into a json file. You will have to save the backup data in your own db to load it later. jsonBeautify: Whether you want your json backup pretty formatted. doNotBackup: Things you don't want to backup. Available items are: roles, channels, emojis, bans. DISCORD SERVER : How to save images like guild icon and emojis. Set to url by default, restoration may not work if the old server is deleted. So, url is recommended if you want to clone a server (or if you need very light backups), and base64 if you want to backup a server. Save images as base64 creates heavier backups.

DISCORD SERVER