Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btarg/music-bot-heroku
🎶 Set up your own free, private Discord music bot! Deploys JMusicBot on Heroku.
https://github.com/btarg/music-bot-heroku
bot discord discord-bot free heroku java music music-bot
Last synced: about 3 hours ago
JSON representation
🎶 Set up your own free, private Discord music bot! Deploys JMusicBot on Heroku.
- Host: GitHub
- URL: https://github.com/btarg/music-bot-heroku
- Owner: btarg
- License: apache-2.0
- Created: 2021-09-15T21:13:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T22:16:52.000Z (about 3 years ago)
- Last Synced: 2023-09-30T20:38:16.967Z (about 1 year ago)
- Topics: bot, discord, discord-bot, free, heroku, java, music, music-bot
- Language: Shell
- Homepage: https://bit.ly/jmusicbot
- Size: 31.3 KB
- Stars: 4
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# JMusicBot on Heroku 🎶
Deploy [jagrosh's Discord music bot](https://github.com/jagrosh/MusicBot/) on Heroku. Click the button below to get started![![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/iCrazyBlaze/music-bot-heroku)
# **DISCLAIMER**
Running the bot on Heroku is not recommended at all if you are running it on multiple servers. The peformance is pretty terrible, and should only really be used as a stop-gap or temporary solution for one server if it's really necessary. See this page for more details: https://jmusicbot.com/hosting# Setup
Once you have created the app on Heroku, go into **Manage app > Settings > Config Vars** and add a configuration value called `base64_encoded_config`.Then, take your [config.txt file for MusicBot](https://jmusicbot.com/setup#3%EF%B8%8F%E2%83%A3-edit-the-config-file) and [convert it to base64](https://base64.guru/converter/encode/file).
Paste the base64 value into the value box and save your changes. **Your bot should come online shortly after!**
## Please refer to [Adding Your Bot](https://jmusicbot.com/adding-your-bot) for how to add your bot to your Discord server.
## Check [the wiki](https://jmusicbot.com/setup) for more information!