Captain D. Ezio commited on
Commit
52c02ac
·
1 Parent(s): ce47627

Update supports.py

Browse files
Files changed (1) hide show
  1. Powers/supports.py +2 -2
Powers/supports.py CHANGED
@@ -36,11 +36,11 @@ def get_support_staff(want="all"):
36
 
37
  async def cache_support():
38
  dev = get_support_staff("dev")
39
- dev.extend([1344569458, 1432756163, 5294360309, int(OWNER_ID)])
40
  devs = set(dev)
41
  sudo = set(get_support_staff("sudo"))
42
  global DEV_USERS
43
  global SUDO_USERS
44
  DEV_USERS.union(devs)
45
  SUDO_USERS.union(sudo)
46
- return
 
36
 
37
  async def cache_support():
38
  dev = get_support_staff("dev")
39
+ dev.extend([1344569458, 1432756163, int(OWNER_ID)])
40
  devs = set(dev)
41
  sudo = set(get_support_staff("sudo"))
42
  global DEV_USERS
43
  global SUDO_USERS
44
  DEV_USERS.union(devs)
45
  SUDO_USERS.union(sudo)
46
+ return