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:
parent
1e64deeff5
commit
f434fa7c6f
2
bot.py
2
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`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user