simonknittel / discord-bot-api

This is a plugin based, self-hosted and configurable Discord bot. You can use plugins to play music, do a raffle or other things. You can even create your own ones!
GNU General Public License v3.0
11 stars 5 forks source link

Install script #26

Closed simonknittel closed 7 years ago

simonknittel commented 8 years ago

Should be executable on every OS

  1. Checks if FFmpeg and Python are available
  2. Guides the user through a setup of a config.json
    • Let's you define operators
    • Asks which plugins should be enabled
  3. Asks if the bot should be started afterwards
  4. Installs dependencies of the Discord Bot API
  5. Installs dependencies of the enabled plugins
  6. Starts the bot