We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3e1c4 commit 3873a12Copy full SHA for 3873a12
1 file changed
bot/cogs/game_cogs/farm_cog.py
@@ -45,7 +45,7 @@ def cog_unload(self):
45
# ----------------------------------------------------------------------------------------------------
46
# * Log XP Gains
47
48
- @tasks.loop(seconds=300.0) # 5 min
+ @tasks.loop(seconds=3600.0) # 1 hr
49
async def log_xp_gains(self):
50
log_copy = self.xp_gain_log.copy()
51
self.xp_gain_log.clear()
0 commit comments