Update app.py
Browse files
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 |
-
@
|
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 |
)
|