mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-06-16 07:16:41 +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()
|
@bot.command()
|
||||||
async def crypto(ctx: commands, symbol: str):
|
async def crypto(ctx: commands, _: str):
|
||||||
"""Get the price of a cryptocurrency using in USD."""
|
"""Get the price of a cryptocurrency using in USD."""
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
"Crypto now has native support. Any crypto can be called using two dollar signs: `$$eth` `$$btc` `$$doge`"
|
"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