Shorten the interval for checking
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2024-01-28 20:51:23 -08:00
parent 36181db818
commit 8b4658e4cb

View File

@ -170,7 +170,7 @@ class PalWorld(commands.Cog):
"https://img.game8.co/3822502/5ae8382d16bd390dd19f343e87680d51.png/show"
)
@tasks.loop(seconds=120)
@tasks.loop(seconds=60)
async def poll_server_population(self):
# Wait until the bot is ready before we actually start executing code
await self.bot.wait_until_ready()