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 )