lunarflu HF Staff commited on
Commit
f805a66
·
1 Parent(s): fe5d109

[main] another indentation fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ async def on_ready():
49
  prompt='Enter some text to chat with the bot! Like this: /falcon Hello, how are you?')
50
  async def falcon(interaction: discord.Interaction, prompt: str):
51
  """Command that begins a new conversation with Falcon"""
52
- try:
53
  await try_falcon(interaction, prompt)
54
  except Exception as e:
55
  print(f"Error: {e}")
 
49
  prompt='Enter some text to chat with the bot! Like this: /falcon Hello, how are you?')
50
  async def falcon(interaction: discord.Interaction, prompt: str):
51
  """Command that begins a new conversation with Falcon"""
52
+ try:
53
  await try_falcon(interaction, prompt)
54
  except Exception as e:
55
  print(f"Error: {e}")