Spaces:
Building
Building
Update shop.py
Browse files
shop.py
CHANGED
@@ -28,7 +28,7 @@ async def shop(interaction: discord.Interaction, item: str = None):
|
|
28 |
embed = discord.Embed(
|
29 |
title="Shop",
|
30 |
description="All items are currently out of stock",
|
31 |
-
color=
|
32 |
)
|
33 |
|
34 |
embed.add_field(
|
|
|
28 |
embed = discord.Embed(
|
29 |
title="Shop",
|
30 |
description="All items are currently out of stock",
|
31 |
+
color=0x787878
|
32 |
)
|
33 |
|
34 |
embed.add_field(
|