[0.5] merged images stable
Browse files
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 =
|
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 |
|