Skip to content

Commit 3873a12

Browse files
AmbratolmAmbratolm
authored andcommitted
Farm: XP log time 1hr instead of 5min cuz kinda still spammy
1 parent 2a3e1c4 commit 3873a12

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=300.0) # 5 min
48+
@tasks.loop(seconds=3600.0) # 1 hr
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)