Skip to content

Self Hosted Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jvtrigueros jvtrigueros released this 10 Jul 06:01
· 1580 commits to master since this release

This is a version of the DiscordEcho bot that can be self-hosted. Additionally, a Heroku ez-button was created for this release.

Deployment instructions copied from README.md

  • Create a Discord Application. You'll need to have both the
    Client ID and App Bot User's Token available to configure the bot.

  • Download the latest release of
    the bot, you're looking for throw-voice-<version>.jar.

  • Install Java 8

  • Set the following environment variables:

    • PORT: Port on which the bot will run it's HTTP server on, strictly speaking not necessary,
      but it's convenient.
    • CLIENT_ID: Your Discord App Client ID
    • BOT_TOKEN: Your Discord App's App Bot User Token (what a mouthfull!)
  • Start the bot by running:

    • java -jar throw-voice-<version>.jar
  • Navigate to http://localhost:<PORT> to add the bot to your Guild.