How to use the discord-backup.delete function in discord-backup

To help you get started, we’ve selected a few discord-backup examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Androz2091 / AtlantaBot / commands / Administration / backup.js View on Github external
backup.load(backupID, message.guild).then(() => {
                    // When the backup is loaded, delete them from the server
                    backup.delete(backupID);
                    message.author.send(message.language.get("BACKUP_LOAD_SUCCESS"));
                }).catch((err) => {
                    // If an error occurenced

discord-backup

A complete framework to facilitate server backup using discord.js v12

MIT
Latest version published 1 year ago

Package Health Score

64 / 100
Full package analysis