🌀 Backups Bot using the discord-backup package!
create-backup
commandload-backup
commandinfo-backup
command
This command allows you to create a backup of the current server (restricted to moderators)
This command allows you to get information about the backup you created
This command allows you to load a backup in the current server (restricted to administrators)
- Clone repository
git clone https://github.com/Androz2091/backups-bot
- Fill configuration (config.json)
Head to https://discord.com/developers/applications and create an application to obtain your bot token.
{
"token": "Your Discord Bot token",
"prefix": "b!"
}
- Install dependencies
npm install
- Start
node index.js