mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-02 16:06:51 +00:00
add reply for psn check update results
This commit is contained in:
parent
3c93ea595e
commit
31f1b99961
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user