[main] another indentation fix
Browse files
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}")
|