An open API service indexing awesome lists of open source software.

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

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.