Backups Bot

🌀 Backups Bot using the discord-backup package!

Features

  • create-backup command
  • load-backup command
  • info-backup command

Install

  • Clone repository
git clone https://github.com/Bluecraftyt/Backup-Bot-Discord

Run on Repl.it

  • Fill configuration (config.json)

Head to https://discord.com/developers/applications and create an application to obtain your bot token.

{
    "prefix": "b!"
}
  • Install dependencies
npm install
  • Start
node index.js