Update gauntlet messages
This commit is contained in:
parent
7ab20aa09b
commit
e406ecd1bc
@ -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
|
||||
|
||||
|
||||
@ -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)}'
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user