fix: .waifulb will no longer show #0000 discriminators, for real this time

This commit is contained in:
Kwoth
2024-10-07 12:56:28 +00:00
parent cd8c14c607
commit ca8e022db6
4 changed files with 23 additions and 21 deletions

View File

@@ -3,14 +3,11 @@ namespace NadekoBot.Db.Models;
public class WaifuLbResult
{
public string Username { get; set; }
public string Discrim { get; set; }
public string WaifuName { get; set; }
public string Claimer { get; set; }
public string ClaimerDiscrim { get; set; }
public string ClaimerName { get; set; }
public string Affinity { get; set; }
public string AffinityDiscrim { get; set; }
public long Price { get; set; }
}