SwitchUpCB
SwitchUpCB
To be specific, I believe `build cache is required, but could not be located: GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined` is related to the `make`...
I can begin the work for those fixes tommorow.
Incorrectly marked as stale @avelino.
Restarting in #33.
@kenshaw Great! Haven't tested yet but I'm assuming the templates don't support third-party Go modules due to yaegi. Is this correct? If not, how did you get it working without...
[gqlgen](https://github.com/99designs/gqlgen) does this.
@sherodtaylor Check out [Copygen](https://github.com/switchupcb/copygen).
The Discord Documentation regarding Gateways has been updated. Disgo is also stable. To clear up a few oversights in the original message. > In other words, the `Sessions` field of...
To summarize https://github.com/switchupcb/disgo/issues/26#issuecomment-1336532322. A `ShardManager` is used by the `Client` to manage its `Client.Sessions` field. Whereas `Client.Sessions` _stores information_ about a Client's Sessions, Shards, etc, the `ShardManager` _controls sharding_ of...
The new commit allows the SessionStartLimit object to be used. With this information, it's clear that there is no limit to the amount of shards a bot is able to...