FredBoat is a bot that has various features, but most notably is that it can play music. Pull requests are welcome and please report any issues you find in issues.
FredBoat is licensed under the MIT license, so feel free to copy small or large parts of the code here without having to ask.
Help can be found at https://frederikam.github.io/FredBoat/
FredBoat is built using Maven, so you should just be able to import the project in your favorite IDE and download all dependencies while building. Check out the issues to find out what needs to be done.
Code is indented with 4 spaces and without brackets on newlines. Please use the logging system (SLF4J) instead of System.out
or System.err
.
- Beginner Means that the issue should be suitable for new contributors.
- Intermediate Means that the issue might be somewhat more difficult.
- Advanced Means that the could be a major feature or requires a deep understanding of the bot.
- Docs Means that help is wanted to improve the documentation.
These 4 tags all imply that help is wanted, so feel free to contribute at whichever level.
Also feel free to work on your own ideas. Especially commands, we can't have too many of those.