WeeskyBDW
WeeskyBDW
**Description:** Rename of ReactionEmoji to Emoji including: - moving of Emoji class in discord4j.core.object package - adding a dummy ReactionEmoji class (who extends of Emoji class) for keeping compatibility **Justification:**...
**Feature Description:** Rename the ReactionEmoji.class to Emoji.class **Justification:** since ReactionEmoji can be used for messages/buttons/select etc... i think it make more sense that the class need to be rename to...
**Feature Description:** Add a way to send text and/or attachments on ephemeral messages **Justification:** Discord recently add the possibility to send attachments in ephemeral messages.
Hello on connect to my server, i have the error message "can connect to the world" I have no plugin in my server link of command /debugpaste : https://hastebin.com/ediwotinay please...
for as many commands as possible, add the support of Discord's slash commands. But, i suggest to not directly drop the prefix support idk if discordia support by default slash...
Hey i saw this repo and good job. I see that BetterCrewlink code is made in typescript so i'm think it can be compiled for IOS, no ? Note: i...
This WIP PR aim to improve comment removing. Major change is the support multi lines (block) comments, with the syntax: ``` ### your multi lines comment ### ``` One-line comment...
Required version in wings's go.mod is 1.21 so bump go version, fix #17
When trying to build wings, i have the following error: ```bash root@fc6e4a1edded:/home/root/wings# go run go: no go files listed root@fc6e4a1edded:/home/root/wings# go build go: downloading github.com/apex/log v1.9.0 go: downloading github.com/twitchyliquid64/golang-asm v0.15.1...
I think it would be better to set Artifact ID as [Build arg](https://docs.docker.com/build/guide/build-args/) because it would reduce the number of commits made every day and simplify github workflow (and allow...