From f434fa7c6f823b703766b1714c1ae37c8c6d9733 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 15 Aug 2021 17:39:20 -0700 Subject: [PATCH] further deprecate /crypto command --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index fd6d106..2a37168 100644 --- a/bot.py +++ b/bot.py @@ -120,7 +120,7 @@ async def search(ctx: commands, *, query: str): @bot.command() -async def crypto(ctx: commands, symbol: str): +async def crypto(ctx: commands, _: str): """Get the price of a cryptocurrency using in USD.""" await ctx.send( "Crypto now has native support. Any crypto can be called using two dollar signs: `$$eth` `$$btc` `$$doge`"