DisCatSharp.Exceptions.BadRequestException: Bad request: BadRequest
File "DiscordApiClient.cs", line 3254, in async Task<DiscordMessage> DiscordApiClient.EditMessageAsync(ulong channelId, ulong messageId, Optional<string> content, Optional<IEnumerable<DiscordEmbed>> embeds, Optional<IEnumerable<IMention>> mentions, IReadOnlyList<DiscordActionRowComponent> compo...
var res = await this.DoRequestAsync(this.Discord, bucket, url, RestRequestMethod.PATCH, route, payload: DiscordJson.SerializeObject(pld)) {snip}
File "DiscordMessage.cs", line 711, in async Task<DiscordMessage> DiscordMessage.ModifyAsync(Action<DiscordMessageBuilder> action)
return await this.Discord.ApiClient.EditMessageAsync(this.ChannelId, this.Id, builder.Content, Optional.Some(builder.Embeds.AsEnumerable() {snip}
File "Economy\Events\CollectEvent.cs", line 69, in async Task CollectEvent.Collect(DiscordClient cl, ComponentInteractionCreateEventArgs e)
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
Sentry Issue: DISCATSHARP-297