Fixed ~mal command for mal supporters

This commit is contained in:
Kwoth 2017-02-09 20:27:52 +01:00
parent c6351ea958
commit 27d4f79be0

View File

@ -96,7 +96,7 @@ namespace NadekoBot.Modules.Searches
// return $"[{elem.InnerHtml}]({elem.Href})";
// }));
var info = document.QuerySelectorAll("ul.user-status:nth-child(3) > li")
var info = document.QuerySelectorAll("ul.user-status:nth-child(3) > li.clearfix")
.Select(x => Tuple.Create(x.Children[0].InnerHtml, x.Children[1].InnerHtml))
.ToList();