mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Fixed rule34, small refactor of the downloader classes
This commit is contained in:
@@ -5,5 +5,5 @@ namespace NadekoBot.Modules.Searches;
|
||||
public class YahooQueryModel
|
||||
{
|
||||
[JsonPropertyName("quoteResponse")]
|
||||
public QuoteResponse QuoteResponse { get; set; }
|
||||
public QuoteResponse QuoteResponse { get; set; } = null!;
|
||||
}
|
Reference in New Issue
Block a user