- discord data: show all data about servers, users or emoji
- autoresponse: make the bot automatically respond to messages that contain trigger words
- assemblies: collect users from various channels in one channel and move them back when needed
- custom prefix: set a custom prefix for running commands in your server
- moderation: keep track of user warnings
- levels: users can level up based on their activity on your server
You can talk to the bot using commands. Get started by sending @mention help
to a text channel with the bot.
Follow these steps to set up your development environment:
- Clone the repository:
git clone https://github.com/zoemartin01/Pirates-Bot
- Open the repository folder with your code editor of choice
- Run
./gradlew run --args="<discord-token> jdbc:postgresql://<database-host>/<database> <database-user> <database-password>"
to start the bot