Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,6 @@ async def on_ready():
|
|
32 |
name="wuerstchen",
|
33 |
description="Enter a prompt to generate art!",
|
34 |
)
|
35 |
-
@app_commands.guilds(MY_GUILD)
|
36 |
async def wuerstchen_command(ctx, prompt: str):
|
37 |
"""Wuerstchen generation"""
|
38 |
try:
|
|
|
32 |
name="wuerstchen",
|
33 |
description="Enter a prompt to generate art!",
|
34 |
)
|
|
|
35 |
async def wuerstchen_command(ctx, prompt: str):
|
36 |
"""Wuerstchen generation"""
|
37 |
try:
|