.crypto now supports top 5k coins. closes #138

This commit is contained in:
Kwoth
2021-12-04 15:45:04 +01:00
parent 59c0f2f4b3
commit 771c2745dc
2 changed files with 15 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ namespace NadekoBot.Modules.Searches
var (crypto, nearest) = await _service.GetCryptoData(name).ConfigureAwait(false);
if (nearest != null)
if (nearest is not null)
{
var embed = _eb.Create()
.WithTitle(GetText(strs.crypto_not_found))