mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Fixed a patreon reward bug and coinmarketcap ratelimit issue
This commit is contained in:
@@ -79,7 +79,7 @@ public class CryptoService : INService
|
||||
}
|
||||
},
|
||||
"",
|
||||
TimeSpan.FromHours(1));
|
||||
TimeSpan.FromHours(2));
|
||||
|
||||
return JsonConvert.DeserializeObject<CryptoResponse>(fullStrData)?.Data ?? new();
|
||||
}
|
||||
|
Reference in New Issue
Block a user