add reply for psn check update results

This commit is contained in:
13xforever 2021-06-05 17:49:38 +05:00
parent 3c93ea595e
commit 31f1b99961

View File

@ -137,7 +137,7 @@ namespace CompatBot.Commands
await botMsg.UpdateOrCreateMessageAsync(ctx.Channel, new DiscordMessageBuilder().WithEmbed(embeds[0])).ConfigureAwait(false);
foreach (var embed in embeds.Skip(1))
await ctx.Channel.SendMessageAsync(embed: embed).ConfigureAwait(false);
await ctx.RespondAsync(embed).ConfigureAwait(false);
}
[Command("content"), Hidden]