Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artifishvr/jmusicbot-docker
Very basic Docker image for JMusicBot
https://github.com/artifishvr/jmusicbot-docker
Last synced: 1 day ago
JSON representation
Very basic Docker image for JMusicBot
- Host: GitHub
- URL: https://github.com/artifishvr/jmusicbot-docker
- Owner: artifishvr
- License: apache-2.0
- Created: 2023-06-15T21:46:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T23:15:51.000Z (3 months ago)
- Last Synced: 2024-10-15T18:08:58.675Z (24 days ago)
- Language: Shell
- Homepage:
- Size: 61.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMusicBot Docker Image
This is a very basic Docker image for JMusicBot, a music bot for Discord.
See the [JMusicBot](https://github.com/jagrosh/MusicBot) repository for more information.## Environment Variables
| Name | Description | Required |
|------|-------------|----------|
| `TOKEN` | Your bot's token. | Yes |
| `OWNER` | The ID of the bot owner. | Yes |
| `PREFIX` | This sets the prefix for the bot | Yes |This mirrors the options in the config.txt file. See the [Example Config](https://jmusicbot.com/config/) for more information.
More environment variables may be added in the future. Feel free to open a PR!
## Updates
This image is updated automatically via github actions from the [JMusicBot](https://github.com/jagrosh/MusicBot) repository's releases every tuesday.