From 7fd88e73625f16759b1d5f191f2842b75b8f889b Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 31 Mar 2023 08:58:59 -0500 Subject: [PATCH] Update players.py Longs drafts timeout interaction; switch to send_to_channel since it uses the bot --- cogs/players.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cogs/players.py b/cogs/players.py index 41de560..fd56861 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -840,8 +840,9 @@ class Players(commands.Cog): f'{get_roster_sheet(draft_team)}' ) - await helpers.send_to_news( - ctx=interaction, + await helpers.send_to_channel( + bot=self.bot, + channel_name='pd-news-ticker', content=f'The {main_team["lname"]} have entered the {this_event["name"]} Gauntlet!', embed=draft_embed )