Skip to content

Kynhogat/Backup-Cord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backup Cord

Easy to setup discord bot for restoring members

Made By oxyn <3

Setup (Windows server)

Reinstall python libs

pip uninstall discord.py
pip install --force-reinstall discord.py-message-components

Open config.json

Go to discord developers portal and create bot on new discord alt account Discord Developers Applications.

  • Copy bot token and put in BOT_TOKEN
  • Copy client id and put in CLIENT_ID
  • Copy client secret and put in CLIENT_SEC
  • Create secret password and put in PASSWORD (Password for member restore command)
  • Copy server ip or domain and add :8060/auth (fe: http://something.wtf:8060/auth) put in REDIRECT_URL
  • Add your url to Redirects on discord dev panel

Do this shit

Invite Bot to your server

  • Copy server id and put in SERVER_ID
  • Create channel for logs, copy channel id and put in LOG_CHANNEL
  • Create role for verified members and put role name in ROLE_NAME

Download XAMPP

Now we need create database

Open XAMPP and run apache and mysql server

  • Open local phpmyadmin panel and create database named backupbot
  • Create table named members

  • Create column named id - int(11) AUTO_INCREMENT
  • Create column named json - text

Run discord bot and install all other libs

Commands

  • .message Command to send verify message

  • .backup <password> Command to restore members (write on privat chat in new server)


Question or problem? write dm oxyn#3520

About

Easy discord member backup bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%