Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
cogs/linking_updater.py
|
@ -20,7 +20,6 @@ class Linking_updater(commands.Cog): |
|
|
self.client_role_id = int(os.getenv('client_role_id')) |
|
|
self.client_role_id = int(os.getenv('client_role_id')) |
|
|
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')) |
|
|
linking_updater.start() |
|
|
|
|
|
|
|
|
|
|
|
@tasks.loop(seconds=10) |
|
|
@tasks.loop(seconds=10) |
|
|
async def linking_updater(self): |
|
|
async def linking_updater(self): |
|
|