Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advra/roxas
DIscord4j Java Bot
https://github.com/advra/roxas
bot discord discord-bot discord4j java
Last synced: about 2 months ago
JSON representation
DIscord4j Java Bot
- Host: GitHub
- URL: https://github.com/advra/roxas
- Owner: advra
- Created: 2021-01-14T00:41:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T09:22:57.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T07:48:32.173Z (3 months ago)
- Topics: bot, discord, discord-bot, discord4j, java
- Language: Java
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roxas Discord Bot
A java discord bot made with Discord4J and MongoDB Java Driver.
```
Dependencies: Discord4J, MongoDB
IDE Environment: IntelliJ
```### Current commands:
1. !ping - check network latency between user client and bot gateway
1. !start - create new character### Current Tasks:
```
- complete !start
- implement readwrite to database
- make app springboot comaptible
```### Other Notes:
```
.next() = Flux -> Mono
.map() = If called method returns publisher
.doOnNext() = If no changes made calling runnable
```