Simmarith / backups-bot

🌟 Backups Bot using the discord-backup package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backups Bot

πŸŒ€ Backups Bot using the discord-backup package!

Features

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

Create

This command allows you to create a backup of the current server (restricted to moderators)

create

Info

This command allows you to get information about the backup you created

info

Load

This command allows you to load a backup in the current server (restricted to administrators)

load

Install

  • 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

About

🌟 Backups Bot using the discord-backup package


Languages

Language:JavaScript 100.0%