lolcommands have banrate percentage now

This commit is contained in:
Kwoth 2016-11-03 13:04:15 +01:00
parent 371d21e785
commit 83e0ccd226

View File

@ -58,7 +58,7 @@ namespace NadekoBot.Modules.Searches
{
if (i % 2 == 0 && i != 0)
sb.AppendLine();
sb.Append($"`{i + 1}.` **{dataList[i]["name"]}** ");
sb.Append($"`{i + 1}.` **{dataList[i]["name"]}** {dataList[i]["general"]["banRate"]}% ");
//sb.AppendLine($" ({dataList[i]["general"]["banRate"]}%)");
}