Discord Mahbot is a bot for discord written with JAVA and JDA library.
- Playing sounds and fun voices
- Image manipulation and Music bot artist images
- Moderator
- your own commands can add easily!
Before build and run you need to configre your token and prefix and etc.
Edit the Config.java
file and put your token there.
Alose some external commands in python folder need tokens too
edit them on Config.py
file too.
Use maven for dependency managemanet and build So
- Download source code:
git clone https://github.com/mahcodes/discord-mahbot
cd disocrd-mahbot
- Install Dependencides:
mvn install
- Build::
mvn package
this will generate amahbot-with-dependencies.jar
file that can easily run byjava -jar mahbot-with-dependencies.jar
** Note: when you run the jar file it cant find resources folder
So you need to copy for create symlink of src/main/resources
folder in your target
folder (build folder that maven creates)
Also copy or symlink Python folder in target/commands
folder to recognize external commands.
**
Contributions are wellcome so please:
Give star if you liked this project
Pull request your own codes
Create issues and comments to fix bugs and feature request