lunarflu HF Staff commited on
Commit
8843fcf
·
1 Parent(s): 744e267

[0.5] merged images stable

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,6 +19,7 @@ import time
19
 
20
  #todos
21
  #alert
 
22
  #stable diffusion upscale
23
  #buttons for deepfloydIF (1,2,3,4)
24
 
@@ -58,7 +59,7 @@ class MyClient(discord.Client):
58
  return
59
 
60
  # if the message author doesn't have this role, the bot won't run
61
- REQUIRED_ROLE_ID = 900063512829755413 # 900063512829755413 = @verified
62
  if not any(role.id == REQUIRED_ROLE_ID for role in message.author.roles):
63
  return
64
 
 
19
 
20
  #todos
21
  #alert
22
+ #fix error on first command on bot startup
23
  #stable diffusion upscale
24
  #buttons for deepfloydIF (1,2,3,4)
25
 
 
59
  return
60
 
61
  # if the message author doesn't have this role, the bot won't run
62
+ REQUIRED_ROLE_ID = 897376942817419265 # 900063512829755413 = @verified 897376942817419265 = @huggingfolks
63
  if not any(role.id == REQUIRED_ROLE_ID for role in message.author.roles):
64
  return
65