CryptoScoutv1 commited on
Commit
789e881
·
verified ·
1 Parent(s): 1a8f09e

Update app.py

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