mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Fixed rule34, small refactor of the downloader classes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
#nullable disable
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace NadekoBot.Modules.Searches;
|
||||
|
||||
|
@@ -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