Currently I have 10 slash commands in a class and I get the following error:
at DSharpPlus.Net.DiscordApiClient.BulkOverwriteGlobalApplicationCommandsAsync(UInt64 application_id, IEnumerable`1 commands)
at DSharpPlus.SlashCommands.SlashCommandsExtension.<>c__DisplayClass39_0.<<RegisterCommands>b__0>d.MoveNext()```
If I comment out a few commands it works again
Any idea what the problem could be?