Mihail Gribkov
Mihail Gribkov
> `GetHashCode` shouldn't be overriden on mutable types. The hash will change every time the object is mutated, which will break code that relies on it (like dictionaries or hashsets)....
Issues should be solved now
*Kind of a late update... Hey from 2023* The library uses `/gateway/bot`, so i'm closing this.
> A [PR](https://github.com/discord/discord-api-docs/pull/6260) has been opened two weeks ago for documenting soundboard Some things still seem to be broken (no `GET` rest methods, modifying sound resets values, etc). I shall...
update: life has changed quite a bit, I moved away from java completely and kinda have no time nor motivation to work on this anymore... I may return to this...
~~Another really similar issue that is probably related so will post this here~~ ~~When a bot deletes a message no audit log is getting created whatsoever~~ ### Steps to reproduce:...
https://github.com/discord/discord-api-docs/issues/6493 related (most likely) issue
You also need to enable `GatewayIntents.Guilds` intent. DNet needs one to cache channels, hence the error appears if one is not enabled.
It shouldn't? These are two separate intents. Forcing one to be enabled with another one would be counterintuitive. ```cs /// This intent includes GUILD_CREATE, GUILD_UPDATE, GUILD_DELETE, GUILD_ROLE_CREATE, GUILD_ROLE_UPDATE, GUILD_ROLE_DELETE, CHANNEL_CREATE,...
> but it's work well when I update package to 3.12.0 @Karlin-Z Is the issue resolved? v3.1.0 is outdated & not supported