1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-15 23:06:40 +00:00

further deprecate /crypto command

This commit is contained in:
Anson 2021-08-15 17:39:20 -07:00
parent 1e64deeff5
commit f434fa7c6f

2
bot.py
View File

@ -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`"