RubberDucky is a multipurpose Discord bot written in Java designed to enhance your Discord experience with a variety of features and functionalities.
Look at the code and find out yourself. ¯\_(ツ)_/¯
- JDK 17 or higher
- Your own Discord bot token
- Clone this repository:
git clone https://github.com/4ndriH/RubberDucky.git- Navigate to the cloned directory and build the project:
cd RubberDucky
mvn clean install - Create a new file
token.txtin the root directory and place your Discord bot token inside it. This file is temporary and will be deleted after your token is inserted in the database.
Execute the following command to start the bot:
java -jar RubberDucky.jarContributions are always welcome and greatly appreciated.
- Fork the project.
- Create your own branch:
git checkout -b feature/yourFeature - Commit your changes:
git commit -m 'Added an amazing feature' - Push to the remote branch:
git push origin feature/yourFeature - Open a Pull Request in this repository.
This project is licensed under the MIT License. For more details, see LICENSE.
Written by Za Warudo