All Projects â†’ Androz2091 â†’ backups-bot

Androz2091 / backups-bot

Licence: other
🌟 Backups Bot using the discord-backup package

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].