lolcommands have banrate percentage now
This commit is contained in:
parent
371d21e785
commit
83e0ccd226
@ -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"]}%)");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user