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
bot configurable discord music plugins self-hosted

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!

Need help?

Join my Discord server: https://discord.gg/0jV29zKlvdJbDx3f

Installation

  1. Install Docker and make sure it's available in your PATH variable
  2. Download the latest version of the bot here: https://github.com/simonknittel/discord-bot-api/archive/master.zip
  3. Extract the download
  4. Duplicate the config-sample.cson and rename it to config.cson
  5. Edit the new config.cson to your needs
  6. Invite the bot to your server https://finitereality.github.io/permissions/?v=103926784
  7. Open a terminal in that extracted directory
  8. Run docker build -t my-bot . to build the Docker image
  9. Run docker run my-bot to start it (run docker run -d my-bot to run it in the background)

Enable a plugin

  1. Add the name of the plugin to the plugins array of the config.cson (see config.cson explained for an example)

Update your bot

The bot will notify the owner if there is a new release available. It will check the version on the start and every 60 minutes after that.

  1. Download the latest release here: https://github.com/simonknittel/discord-bot-api/archive/master.zip
  2. Do the same steps as listed under Installation but keep your old config.cson
    • Make sure to read the changelog for possible changes of the configuration

Develop your own plugin

Visit the full documentation

Available plugins

Contact me to get your plugins listed here.

General commands

Planned features

Visit https://github.com/simonknittel/discord-bot-api/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement

Thanks

Thanks to everyone who reports me bugs, gives me feedback or tries to figure out the cause of an issues. Without them the Discord Bot API wouldn't be so awesome.

License

Copyright (C) 2017 Simon Knittel (hallo@simonknittel.de)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.