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 d74dbca commit 54188eeCopy full SHA for 54188ee
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=3600.0) # 1 hr
+ @tasks.loop(seconds=21600.0) # 6 hrs
49
async def log_xp_gains(self):
50
log_copy = self.xp_gain_log.copy()
51
self.xp_gain_log.clear()
0 commit comments