Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cogs/linking_updater.py
|
@ -21,7 +21,7 @@ class Linking_updater(commands.Cog): |
|
|
self.subuser_role_id = int(os.getenv('subuser_role_id')) |
|
|
self.subuser_role_id = int(os.getenv('subuser_role_id')) |
|
|
self.verified_role_id = int(os.getenv('verified_role_id')) |
|
|
self.verified_role_id = int(os.getenv('verified_role_id')) |
|
|
|
|
|
|
|
|
@tasks.loop(minutes=10) |
|
|
|
|
|
|
|
|
@tasks.loop(seconds=10) |
|
|
async def linking_updater(self): |
|
|
async def linking_updater(self): |
|
|
logging.info("Synchronizing roles") |
|
|
logging.info("Synchronizing roles") |
|
|
file = open('users.json', 'r') |
|
|
file = open('users.json', 'r') |
|
|