lunarflu HF Staff commited on
Commit
086a8a4
·
1 Parent(s): d0006d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ async def on_ready():
28
  print(f"Synced commands: {', '.join([s.name for s in synced])}.")
29
  print("------")
30
  #---------------------------------------------------------------------------------------------------------------------
31
- @client.hybrid_command(
32
  name="wuerstchen",
33
  description="Enter a prompt to generate art!",
34
  )
 
28
  print(f"Synced commands: {', '.join([s.name for s in synced])}.")
29
  print("------")
30
  #---------------------------------------------------------------------------------------------------------------------
31
+ @bot.hybrid_command(
32
  name="wuerstchen",
33
  description="Enter a prompt to generate art!",
34
  )