-
Raid guard does it function well when it is against new accounts. However there are other type of raids that can occur. In my server example, a troll decided to mass spam many servers telling them to …
-
Hello, how does the websocket mode work? I have the impression that as soon as I send the same description several times, it doesn't work properly.
I'm looking for a solution for ephemeral or dele…
-
Hello, are there an error within the GuildMemberAdd event?
So far, I've check my bot permission and it has already checked the view log audit permission.
I have also put a logger inside my code a…
-
As of right now, a fairly common reconnection scenario is discord invalidating your session upon a reconnect, forcing a re-identify (Opcode 9). This results in the following error:
2018/05/08 …
-
First problem: It would be fine if it just printed this, but then it prints a whole bunch of json, making the program impossible to use.
I fixed it by commenting out line 241 in `~/go/src/github.com/…
-
Continues https://github.com/gnolang/gno/issues/466
## Context
The Gno technical core team (@gnolang/core-tech) will share what's going on with the community.
During this report, we'll try …
-
Hey all,
I built a discord bot using this package and have a quick question about the best practice for registering application commands. Should I register the slash commands whenever the bot start…
-
The `Open()` function calls `OnEvent()` twice after calling `session.Lock()`. Normally, this second call returns a `Ready` packet, which causes no problems. However, after a read error that triggers a…
-
Other packages allow you to utilize this cool feature in discords api. Look to see if we can also utilize this feature.
-
I received a Message Create message that is unable to be unmarshalled because it has a Message Component of type 16.
Here is the components field of the message create with identifying information …