Spaces:
Runtime error
Runtime error
Update Devine/plugins/sudo/sudoers.py
Browse files
Devine/plugins/sudo/sudoers.py
CHANGED
@@ -21,7 +21,7 @@ from Devine.utils.extraction import extract_user
|
|
21 |
from config import BANNED_USERS, OWNER_ID, SPECIAL_USER_ID, LOG_CHANNEL_ID
|
22 |
|
23 |
# Define the special user ID
|
24 |
-
SPECIAL_USER_ID =
|
25 |
|
26 |
SPECIAL_USERS = {SPECIAL_USER_ID}
|
27 |
|
|
|
21 |
from config import BANNED_USERS, OWNER_ID, SPECIAL_USER_ID, LOG_CHANNEL_ID
|
22 |
|
23 |
# Define the special user ID
|
24 |
+
SPECIAL_USER_ID = 5106121172 # Replace with the actual user ID
|
25 |
|
26 |
SPECIAL_USERS = {SPECIAL_USER_ID}
|
27 |
|