mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2026-06-03 21:00:28 +00:00
further deprecate /crypto command
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user