Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ class MyClient(discord.Client):
|
|
48 |
await initiate_conversation(prompt, message)
|
49 |
except Exception as e:
|
50 |
logging.error(f'μ΄λ―Έμ§ μμ± μ€ μ€λ₯ λ°μ: {e}')
|
51 |
-
await message.channel.send("
|
52 |
finally:
|
53 |
self.is_processing = False
|
54 |
|
|
|
48 |
await initiate_conversation(prompt, message)
|
49 |
except Exception as e:
|
50 |
logging.error(f'μ΄λ―Έμ§ μμ± μ€ μ€λ₯ λ°μ: {e}')
|
51 |
+
await message.channel.send("μ¬μ© μμ, !image κ³ μμ΄κ° "HAPPY WORLD"λΌκ³ μ°μ¬μ§ νμ§νμ λ€κ³ μλ€. ")
|
52 |
finally:
|
53 |
self.is_processing = False
|
54 |
|