seawolf2357 commited on
Commit
31949dd
Β·
verified Β·
1 Parent(s): 5c6c963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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