-
**Current limitation**
Right the bot does not consider the server/guild scheduled events
**Nice to have**
It would be nice to have the bot do 2-way syncing with Google Calendar
**Additional co…
-
### Describe the bug
Having an error stating source is empty.
```
06May2024 22:58:53.047] [ForkJoinPool.commonPool-worker-10/ERROR] [fr.denisd3d.mc2discord.shadow.reactor.core.publisher.Operato…
-
The project I plan on doing is making a discord bot that uses Discord4J (https://discord4j.com/) and that plays a handful of simple minigames.
Currently I've just built tic-tac-toe as an introduction…
-
For consistency between Discord4J and connect package, the components should be constructed with builders aswell.
-
Priority should be allowing youtube search/links to play music in voice channel.
Songs will be queued, and permissions may need to be checked.
Need to also find out the best integration method w…
-
Out of curiosity: do you plan to update this tool at any point to be able to export threads as well? This tool is incredibly useful for archiving channels in servers where old channels are no longer u…
-
**Feature Description:** Define and implement checkstyle in the project, fow make a standar in what things need follow rules and avoid unnecesary style changes beetwen PR
The adition of checkstyle …
Doc94 updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
No it is not related to any problem. It just that...can you also make a discord bot?
**Describe the solution you'd like**…
-
I'm thinking about something like this:
```java
message.getReactionAddEventPipeline()
.filter(event -> !event.getUser().isYourself())
.filter(event -> event.getEmoji().equalsEmoji("❌"))
…
-
Add support to Discord.js, You might think that it's "Hard" because you'll have to build a whole library but nop, Discord made support for Java (Discord.java), That's how you can work around that easi…