CryptoScoutv1 commited on
Commit
5fc81bb
·
verified ·
1 Parent(s): 0db14aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ thread_to_user = {}
64
 
65
  ## /echo command to return the llm repsonse ##
66
 
67
- @bot.hybrid_command(name="cstradeadvisor", description="Enter the cryptocurrency TICKER or SYMBOL")
68
  async def chat(ctx, symbol: str, coin_name: str = None): # Add the optional parameter CoinName
69
  if len(symbol) > 5:
70
  await ctx.send("The symbol should be at most 5 characters long.")
 
64
 
65
  ## /echo command to return the llm repsonse ##
66
 
67
+ @bot.hybrid_command(name="cstradeadvisor", description="Enter the Cryptocurrency SYMBOL and NAME to generate a market report")
68
  async def chat(ctx, symbol: str, coin_name: str = None): # Add the optional parameter CoinName
69
  if len(symbol) > 5:
70
  await ctx.send("The symbol should be at most 5 characters long.")