chore: separate tasks

This commit is contained in:
2025-06-02 13:01:28 +02:00
parent f0afeb3761
commit d31e554ba8

View File

@@ -160,7 +160,7 @@ async def setup(bot):
) )
await bot.change_presence(activity=activity) await bot.change_presence(activity=activity)
@tasks.loop(minutes=10080) @tasks.loop(hours=16)
async def heat_death(): async def heat_death():
try: try:
now = aware_utcnow() now = aware_utcnow()