mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-30 13:40:30 +00:00
fix missing license list
This commit is contained in:
parent
c4d989b583
commit
63e213fe1f
@ -465,7 +465,7 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
.Select(Path.GetFileName)
|
||||
.Distinct()
|
||||
.Except(KnownBogusLicenses)
|
||||
.Select(p => $"`{p}`")
|
||||
.Select(p => $"{StringUtils.InvisibleSpacer}`{p}`")
|
||||
.ToList();
|
||||
if (licenseNames.Count == 0)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user