Browse Source

Update linking_updater.py

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

1
cogs/linking_updater.py

@ -20,7 +20,6 @@ class Linking_updater(commands.Cog):
self.client_role_id = int(os.getenv('client_role_id'))
self.subuser_role_id = int(os.getenv('subuser_role_id'))
self.verified_role_id = int(os.getenv('verified_role_id'))
linking_updater.start()
@tasks.loop(seconds=10)
async def linking_updater(self):

Loading…
Cancel
Save