lunarflu HF Staff commited on
Commit
1fa41d3
·
1 Parent(s): de18672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 == 1106994999712821329:
74
- if ctx.channel.id != 1106995001155649680:
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