Georgy

Results 1 issues of Georgy

Trying to get a post with more than 5 tags... ``` var booru = new BooruSharp.Booru.SankakuComplex(); booru.Auth = new BooruSharp.Booru.BooruAuth("login", "pwHash"); var post = await booru.GetRandomPostAsync(tags).ConfigureAwait(false); ``` And getting this...

bug