Update gauntlet messages

This commit is contained in:
Cal Corum 2023-03-28 10:57:11 -05:00
parent 7ab20aa09b
commit e406ecd1bc
2 changed files with 5 additions and 4 deletions

View File

@ -1384,9 +1384,9 @@ class Gameplay(commands.Cog):
)
if r_query['count'] == 0:
await interaction.channel.send(
f'I don\'t see an active run for you. If you would like to start a new one, run '
f'`/new-game gauntlet {this_event["name"]}` and we can get you started in no time!'
await interaction.edit_original_response(
content=f'I don\'t see an active run for you. If you would like to start a new one, run '
f'`/new-game gauntlet {this_event["name"]}` and we can get you started in no time!'
)
return

View File

@ -822,7 +822,8 @@ class Players(commands.Cog):
)
else:
await interaction.channel.send(
f'Good luck, champ in the making! Go ahead and set your lineup here and you\'ll be ready to go!\n\n'
f'Good luck, champ in the making! In your team sheet, sync your cards with **Paper Dynasty** -> '
f'**Data Imports** -> **Team Cards** then you can set your lineup here and you\'ll be ready to go!\n\n'
f'{get_roster_sheet(draft_team)}'
)