diff --git a/src/NadekoBot/Modules/Searches/Crypto/CryptoCommands.cs b/src/NadekoBot/Modules/Searches/Crypto/CryptoCommands.cs index 74729876f..162ee53c8 100644 --- a/src/NadekoBot/Modules/Searches/Crypto/CryptoCommands.cs +++ b/src/NadekoBot/Modules/Searches/Crypto/CryptoCommands.cs @@ -238,6 +238,6 @@ public partial class Searches => value > 0 ? "▲" : "▼"; private static string GetSign(decimal value) - => value >= 0 ? "+" : "-"; + => value >= 0 ? "+" : ""; } } \ No newline at end of file