coollsd commited on
Commit
d8b2485
1 Parent(s): 1f87b90

Update shop.py

Browse files
Files changed (1) hide show
  1. shop.py +1 -1
shop.py CHANGED
@@ -14,7 +14,7 @@ async def shop(interaction: discord.Interaction, item: str = None):
14
  embed = discord.Embed(title="Shop", description="Items:", color=0x787878)
15
  embed.add_field(name="@everyone / ping", value="Price: $300,000,000", inline=False)
16
  if robux_code_available:
17
- embed.add_field(name="100 Robux Code", value="Price: $999,000,000", inline=False)
18
  embed.set_footer(text="Use /shop <item> to purchase")
19
  await interaction.response.send_message(embed=embed)
20
  elif item.lower() == "@everyone":
 
14
  embed = discord.Embed(title="Shop", description="Items:", color=0x787878)
15
  embed.add_field(name="@everyone / ping", value="Price: $300,000,000", inline=False)
16
  if robux_code_available:
17
+ embed.add_field(name="100 / Robux Code", value="Price: $999,000,000", inline=False)
18
  embed.set_footer(text="Use /shop <item> to purchase")
19
  await interaction.response.send_message(embed=embed)
20
  elif item.lower() == "@everyone":