diff --git a/src/NadekoBot/Modules/Searches/Services/CryptoService.cs b/src/NadekoBot/Modules/Searches/Services/CryptoService.cs index 480167179..7ae1ff82f 100644 --- a/src/NadekoBot/Modules/Searches/Services/CryptoService.cs +++ b/src/NadekoBot/Modules/Searches/Services/CryptoService.cs @@ -90,7 +90,7 @@ namespace NadekoBot.Modules.Searches.Services return default; } - }, "", TimeSpan.FromHours(1)); + }, "", TimeSpan.FromHours(2)); return JsonConvert.DeserializeObject(fullStrData).Data; }