Add Card Goblins ping

This commit is contained in:
Cal Corum 2023-10-16 22:49:36 -05:00
parent 0155eb0631
commit ccd7b8c0ca

View File

@ -1718,8 +1718,8 @@ async def display_cards(
author_icon=team['logo']
),
view=view)
tmp_msg = await channel.send(content=f'@here we\'ve got an MVP!')
await follow_up.edit(content=f'@here we\'ve got an MVP!')
tmp_msg = await channel.send(content=f'<@&1163537676885033010> we\'ve got an MVP!')
await follow_up.edit(content=f'<@&1163537676885033010> we\'ve got an MVP!')
await tmp_msg.delete()
await view.wait()
@ -2933,7 +2933,7 @@ async def open_choice_pack(this_pack, team: dict, context):
view=view
)
if rarity_id >= 5:
tmp_msg = await pack_channel.send(content=f'@here we\'ve got an MVP!')
tmp_msg = await pack_channel.send(content=f'<@&1163537676885033010> we\'ve got an MVP!')
else:
tmp_msg = await pack_channel.send(content=f'We\'ve got a choice pack here!')