mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-02-02 16:31:52 +00:00
missing rap in random pasted log snippets
This commit is contained in:
parent
d51a666b04
commit
86afa1cc8d
@ -28,8 +28,11 @@ namespace CompatBot.EventHandlers
|
||||
if (LogLine.IsMatch(args.Message.Content))
|
||||
{
|
||||
if (args.Message.Content.Contains("LDR:") && args.Message.Content.Contains("fs::file is null"))
|
||||
await args.Channel.SendMessageAsync($"{args.Message.Author.Mention} this error usually indicates a missing `.rap` license file.{Environment.NewLine}" +
|
||||
"Please follow the quickstart guide to get a proper dump of a digital title.").ConfigureAwait(false);
|
||||
await args.Channel.SendMessageAsync(
|
||||
$"{args.Message.Author.Mention} this error usually indicates a missing `.rap` license file.{Environment.NewLine}" +
|
||||
$"Please follow the quickstart guide to get a proper dump of a digital title.{Environment.NewLine}" +
|
||||
"Also please upload full log file instead of pasting random bits that might or might not be relevant."
|
||||
).ConfigureAwait(false);
|
||||
else
|
||||
await args.Channel.SendMessageAsync($"{args.Message.Author.Mention} please upload the full log file instead of pasting some random bits that might be completely irrelevant").ConfigureAwait(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user