Browse Source

Update linking_updater.py

pull/6/head
Purpur 3 years ago
committed by GitHub
parent
commit
aec25ceeb3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cogs/linking_updater.py

2
cogs/linking_updater.py

@ -21,7 +21,7 @@ class Linking_updater(commands.Cog):
self.subuser_role_id = int(os.getenv('subuser_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):
logging.info("Synchronizing roles")
file = open('users.json', 'r')

Loading…
Cancel
Save