|
|
@ -122,7 +122,7 @@ class Extension: |
|
|
|
|
|
|
|
return await interaction.followup.send(content=message, ephemeral=True) |
|
|
|
|
|
|
|
async def prepair(self): |
|
|
|
async def give_roles_to_auth(self): |
|
|
|
not_synced = await self.get_authusers_without_sync() |
|
|
|
for uid in not_synced: |
|
|
|
try: |
|
|
@ -167,7 +167,7 @@ class Extension: |
|
|
|
await asyncio.sleep(5) |
|
|
|
print("[register] update register cache who dont have role") |
|
|
|
while True: |
|
|
|
await self.prepair() |
|
|
|
await self.give_roles_to_auth() |
|
|
|
await asyncio.sleep(timeout) |
|
|
|
|
|
|
|
async def updater(self): |
|
|
|