xdragxt commited on
Commit
05fc8f5
·
verified ·
1 Parent(s): 1c15792

Update Devine/plugins/sudo/sudoers.py

Browse files
Files changed (1) hide show
  1. Devine/plugins/sudo/sudoers.py +1 -1
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 = 6466741329 # Replace with the actual 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