gab462

Results 1 issues of gab462

In the case of [`discord_bulk_overwrite_global_application_commands()`](https://cogmasters.github.io/concord/group__DiscordAPIInteractionsApplicationCommand.html#ga7f306c6ed4a5c4d0516bb2ae6b6090a4) the function takes an array of `struct discord_application_command` paired with a `size` field as expected: ```c struct discord_application_commands { int size; struct discord_application_command *array; int...

bug