coollsd commited on
Commit
d7d65de
·
verified ·
1 Parent(s): c8ffeff

Update shop.py

Browse files
Files changed (1) hide show
  1. shop.py +1 -1
shop.py CHANGED
@@ -21,7 +21,7 @@ async def shop(interaction: discord.Interaction, item: str = None):
21
  embed = discord.Embed(title="Shop", description="Items:", color=0x787878)
22
  embed.add_field(name="@everyone / ping", value="Price: $300,000,000", inline=False)
23
  embed.add_field(name="100 / Robux Code", value=("Price: $999,000,000" if robux_codes else "Out of stock"), inline=False)
24
- embed.add_field(name="steam/ Steam Games $2-$70 Value", value=("Price: $1,500,000,000" if steam_game_codes else "Out of stock"), inline=False)
25
  embed.set_footer(text="Use /shop <item> to purchase")
26
  await interaction.response.send_message(embed=embed)
27
  elif item.lower() == "@everyone":
 
21
  embed = discord.Embed(title="Shop", description="Items:", color=0x787878)
22
  embed.add_field(name="@everyone / ping", value="Price: $300,000,000", inline=False)
23
  embed.add_field(name="100 / Robux Code", value=("Price: $999,000,000" if robux_codes else "Out of stock"), inline=False)
24
+ embed.add_field(name="steam/ Steam Games $2-$70 Value", value=("Price: $1,000,000,000" if steam_game_codes else "Out of stock"), inline=False)
25
  embed.set_footer(text="Use /shop <item> to purchase")
26
  await interaction.response.send_message(embed=embed)
27
  elif item.lower() == "@everyone":