backups-bot icon indicating copy to clipboard operation
backups-bot copied to clipboard

Backups save location

Open boritopalito opened this issue 3 years ago • 1 comments

I am wondering where the backups will be saved. I figured out it should be in a json file or something, but I can't find the location.

boritopalito avatar Aug 27 '21 10:08 boritopalito

you can change the backup location using this command provided by the discord-backup npm library,

const backup = require("discord-backup");
backup.setStorageFolder(__dirname+"/backups/");

Avenze avatar Oct 06 '21 18:10 Avenze