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
- Host: GitHub
- URL: https://github.com/monntecc/droopy-discord
- Owner: monntecc
- License: unlicense
- Created: 2022-11-19T22:19:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T13:27:26.000Z (over 3 years ago)
- Last Synced: 2025-06-30T03:02:46.947Z (about 1 year ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_