-
`Discord4J: ERROR INITIALIZING LOGGER!
Discord4J: No SLF4J implementation found, reverting to the internal implementati
on (sx.blah.discord.Discord4J$Discord4JLogger)
Discord4J: It is *highly* reco…
-
Functions:
- Add users
- Remove/Kick users
- Generate tiny URL for invites
(More functions to be added later)
-
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…
-
**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…
-
**Feature Description:** I'm currently working on a bot that uses a signed PCM stream and outputs it to my bot voice. I'm using lavaplayer to achieve this, but I can't find a way to properly play song…
-
**Feature Description:**
Currently, there is no supported way to serialize the new specs into JSON and deserialize them back from JSON.
Example use case: (Embed pagination)
- A bot produces …
-
### Description
Updating an attachment on a message that has been crossposted will not show the new attachment in other servers
### Steps to Reproduce
- Create an Announcement Channel
- Follow the…
-
**To Reproduce:**
1. Start up a GatewayDiscordClient with these intents:
```java
.setEnabledIntents( IntentSet.of(
Intent.GUILD_MEMBERS,
Intent.GUILDS,
Intent.GUILD_…
-
**Disclaimer:**
The code to reproduce is strange and may not have any sense. This code is a legacy behaviour on my bot from Discord4J v2 where `VoiceStateUpdateEvent` corresponding to a leave event c…
-
- Infra:
- [x] Containerize Java application
- [x] Create `ApplicationLoadBalancedEc2Service `
- [x] ~Switch to public ECR repository~
- [x] Set table name in CDK (maybe env var ?)…