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

https://github.com/monntecc/droopy-discord

Miscellaneous discord bot named "Droopy" using Java JDA
https://github.com/monntecc/droopy-discord

Last synced: about 1 year ago
JSON representation

Miscellaneous discord bot named "Droopy" using Java JDA

Awesome Lists containing this project

README

          

# Droopy Discord Bot (using JDA)

### About JDA
JDA strives to provide a clean and full wrapping of the Discord REST api and its Websocket-Events for Java.
This library is a helpful tool that provides the functionality to create a discord bot in java.
_Please see the [Discord docs](https://discord.com/developers/docs/reference) for more information about bot accounts._

# Installation and usage

### Environment setup

Navigate to .env.example file and change this fields:
```env
TOKEN=token_here
SERVER_ID=id_here
```
#### TOKEN is your bot token -> _You can find is here [discord.dev](https://discord.com/developers/applications)_;
#### SERVER_ID is your discord channel id -> _You need to enable discord developer mode to may copy from channel id_