-
Hey, I was trying to implement this framework with Javacord but this error occurs all the time:
```
Caused by: java.lang.NoSuchMethodError: 'java.util.Collection org.javacord.api.DiscordApi.getS…
-
It seems more updated and has a command interface already. I have an extra library for commands which is now outdated, as it seems the maintainer of that library switched to Javacord. Also lambdas?
-
The Constant Replacement Mutator behaves somewhat strangely, or should not do some work it currently does.
Spoken in bytecode, it replaces `ICONST_1` by `ICONST_M1` or `ICONST_0` or `ICONST_2` and so…
-
The endpoint to get the latest Javacord version (https://docs.javacord.org/rest/latest-version/release) is no longer available, so the [LatestVersionInfo.vue](https://github.com/Javacord/Website/blob/…
-
The Relational Operator Replacement Mutator ROR2 transformed this line:
```
L1
LINENUMBER 138 L1
FRAME FULL [net/kautler/command/api/restriction/javacord/ChannelJavacord java/lang/String…
-
**Summary**
Currently, running `wpi.sh` on a project with a subdirectory structure (i.e., having one or more subdirectories which are themselves compilable units) appears to be failing with an erro…
-
### Javacord version
3.7.0
### Steps to reproduce
1. Register a global SlashCommand in the bot
2. Open a VoiceChannel in Discord
3. Open the TextChannel
4. Invoke the SlashCommand
### What is e…
-
**Issue:** Bot was online but unresponsive, with the following message repeatedly appearing in the log:
```[Javacord - Central Scheduler - 1] DEBUG org.javacord.core.util.gateway.Heart - Heartbeat …
-
This is my first time attempting to install the plugin, and my knowledge of how this all works is vague at best, but I believe I've followed the Getting Started instructions properly.
`/discord sta…
-
I need to verify (/test) it, but `ServerVoiceChannel#getConnectedUsers()` should not work with a disabled user cache (or even shortly after server statup when `setWaitForAllUsersOnStartup()` is disabl…