SwitchUpCB

Results 78 comments of SwitchUpCB

0. GetCurrentAuthorizationInformation 1. StartThreadinForumChannel 2. EditChannelPermissions 3. GetGateway 4. BatchEditApplicationCommandPermissions 5. FollowNewsChannel 6. GetInvite 7. ModifyCurrentUserVoiceState 8. CreateGuildfromGuildTemplate 9. CreateGuild 10. CreateInteractionResponse 11. ModifyChannelThread 12. GetUser 13. ModifyUserVoiceState 14. GetGatewayBot...

Note: Remove requests used in other tests. Mark requests which aren't used.

> The link in the release message for this points to #22. > — @No3371 Fixed. Thanks!

The following versioning will be used: Beta: v0.10.0, v0.11.0 where the second number signifies the Discord API. Release: v10.0, v11.0, v11.4.0) where the first number signifies the Discord API.

The original requirements for this release have been changed in an effort to find more contributors. The reason for this is explained in the [State of Disgo Discussion](https://github.com/switchupcb/disgo/discussions/28). In addition...

I don't recommend this implementation for Discord Rate Limits.

Consider using [Copygen](https://github.com/switchupcb/copygen) for copier functionality without the use of reflection.

@soniah This is possible to do in [copygen](https://github.com/switchupcb/copygen): - Use the const as a parameter for the conversion method directly OR - Use the `map` directive: [example](https://github.com/switchupcb/copygen/tree/main/examples/manual) OR - Use...

@Vilsol This is possible to do in [copygen](https://github.com/switchupcb/copygen), in a number of ways: - Using the automatcher: [automatch example](https://github.com/switchupcb/copygen/tree/main/examples/automatch) - Here is an example using nested structs (albeit a test...

@afarbos This is possible to do in [copygen](https://github.com/switchupcb/copygen): - Use [customized functions](https://github.com/switchupcb/copygen#customization) OR - Use converter functions, etc.