Shorten the interval for checking

This commit is contained in:
Luke Robles 2024-01-28 20:51:23 -08:00
parent aca4f88c43
commit 87fa6533dc

View File

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