A Discord bot containing various features. Used for the EinfachGustaf(.live) Discord server.
- Level System
- Economy
- Daily rewards
- Gambling
- Games
- Tic Tac Toe
- Counting
- Moderation
- Timeout a user when tagging a team member
Currently, there is no way to install SharkBot on your own server. This might change in the future. At the moment, you have to compile the bot yourself.
- Clone the repository
- Run
./gradlew shadowJar
- The compiled jar file can be found in
build/libs/
- Copy the
.env
located in the project root and fill in the required values - Run the jar with
java -jar sharkbot.jar
git clone https://github.com/EinfachGustaf/sharkbot.git
cd sharkbot
./gradlew shadowJar
# Do the rest of your setup
If you want to contribute to the project, feel free to create a pull request.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.