Update players.py

Longs drafts timeout interaction; switch to send_to_channel since it uses the bot
This commit is contained in:
Cal Corum 2023-03-31 08:58:59 -05:00
parent 38bd00ca68
commit 7fd88e7362

View File

@ -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
)