Remove weekly info update from end freeze path as its only needed when the week rolls over (begin freeze)
This commit is contained in:
parent
83e3cbd081
commit
95be95bf9c
@ -384,8 +384,6 @@ class Transactions(commands.Cog):
|
||||
await self.process_freeze_moves(current)
|
||||
await send_to_channel(self.bot, 'transaction-log', freeze_message)
|
||||
self.trade_season = False
|
||||
if current['week'] > 0 and current['week'] <= 18:
|
||||
await self.post_weekly_info(current)
|
||||
|
||||
@weekly_loop.before_loop
|
||||
async def before_notif_check(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user