Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ def wuerstchen_inference(prompt):
|
|
70 |
async def run_wuerstchen(ctx, prompt):
|
71 |
"""Responds to /Wuerstchen command"""
|
72 |
try:
|
73 |
-
if ctx.guild.id ==
|
74 |
-
if ctx.channel.id !=
|
75 |
return
|
76 |
message = await ctx.send(f"**{prompt}** - {ctx.author.mention} (generating...)")
|
77 |
|
|
|
70 |
async def run_wuerstchen(ctx, prompt):
|
71 |
"""Responds to /Wuerstchen command"""
|
72 |
try:
|
73 |
+
if ctx.guild.id == 879548962464493619:
|
74 |
+
if ctx.channel.id != 1151792944676864041:
|
75 |
return
|
76 |
message = await ctx.send(f"**{prompt}** - {ctx.author.mention} (generating...)")
|
77 |
|