Update players.py
Longs drafts timeout interaction; switch to send_to_channel since it uses the bot
This commit is contained in:
parent
38bd00ca68
commit
7fd88e7362
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user