Skip to content

Commit 54188ee

Browse files
AmbratolmAmbratolm
authored andcommitted
Farm: XP log time 6hrs instead of 1hrs cuz why not
1 parent d74dbca commit 54188ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/game_cogs/farm_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def cog_unload(self):
4545
# ----------------------------------------------------------------------------------------------------
4646
# * Log XP Gains
4747
# ----------------------------------------------------------------------------------------------------
48-
@tasks.loop(seconds=3600.0) # 1 hr
48+
@tasks.loop(seconds=21600.0) # 6 hrs
4949
async def log_xp_gains(self):
5050
log_copy = self.xp_gain_log.copy()
5151
self.xp_gain_log.clear()

0 commit comments

Comments
 (0)