Skip to content

(DEPRECATED) VA's new lite bot. The perfect bot if you want minimal features and easy configuration!

License

Notifications You must be signed in to change notification settings

VEKAgg/DiscordLiteBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Framework

This readme is meant for developers to explain the bot setup.

How to setup the config.json?

{
  "development": {
    "token": "DEVELOPMENT TOKEN",
    "uri": "DEVELOPMENT MONGO DATABASE",
    "client": "CLIENT SECRET OF DEVELOPMENT BOT",
    "redirect": "REDIRECT URI FOR OAUTH2",
    "api": "THE WEBISTE DOMAIN"
  },
  "production": {
    "token": "PRODUCTION TOKEN",
    "uri": "PRODUCTION MONGO DATABASE",
    "client": "CLIENT SECRET OF PRODUCTION BOT",
    "redirect": "REDIRECT URI FOR OAUTH2",
    "api": "THE WEBISTE DOMAIN"
  }
}

How to setup the .env?

TYPE=development

OR

TYPE=production

Use it based on environment. The development type should be used when you are testing the code.

Warning!

Please do not push the config.json or the .env to GitHub. Use your own local config.json and .env files to maintain the safety of the bot!

License

This project is licensed under the Apache 2.0 License.

Contributors

The contributors to this project are:

  • ThatAnonymousG
  • Johna-3212

About

(DEPRECATED) VA's new lite bot. The perfect bot if you want minimal features and easy configuration!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • Vue 37.9%
  • HTML 2.4%
  • Other 0.4%