diff --git a/cogs/transactions.py b/cogs/transactions.py index f81b660..e373627 100644 --- a/cogs/transactions.py +++ b/cogs/transactions.py @@ -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):