Fixed some nsfw things
This commit is contained in:
parent
fbf345ae02
commit
286fe8f81a
@ -814,7 +814,7 @@ namespace NadekoBot.Modules.Searches
|
||||
|
||||
public static async Task<string> InternalDapiSearch(string tag, DapiSearchType type)
|
||||
{
|
||||
tag = tag.Replace(" ", "_");
|
||||
tag = tag?.Replace(" ", "_");
|
||||
string website = "";
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user