Spaces:
Building
Building
Update shop.py
Browse files
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,
|
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":
|