https://github.com/mesacarlos/charbot
Discord Bot written in Java for my own Guilds using JDA
https://github.com/mesacarlos/charbot
discord java jda jda-bot mongodb
Last synced: 3 months ago
JSON representation
Discord Bot written in Java for my own Guilds using JDA
- Host: GitHub
- URL: https://github.com/mesacarlos/charbot
- Owner: mesacarlos
- License: mit
- Created: 2019-06-25T14:38:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T11:36:17.000Z (over 5 years ago)
- Last Synced: 2025-11-10T23:12:46.845Z (8 months ago)
- Topics: discord, java, jda, jda-bot, mongodb
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CharBot
Discord Bot written in Java using [JDA](https://github.com/DV8FromTheWorld/JDA)
## How to use
First, rename config.properties.template to config.properties under src/ folder, and type inside your Discord bot token and your MongoDB connection String. If you need help getting those Strings, read [this guide](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token) to get your Discord token and [this webpage](https://www.mongodb.com/cloud/atlas) to get a MongoDB database.
Run CharBot.java to start your bot.