Spaces:
Paused
Paused
Update cash.py
Browse files
cash.py
CHANGED
|
@@ -15,7 +15,7 @@ async def cash(interaction: discord.Interaction):
|
|
| 15 |
else:
|
| 16 |
message = f"Your current balance is ${balance:.2f}"
|
| 17 |
|
| 18 |
-
embed = discord.Embed(title="Cash Balance", description=message, color=
|
| 19 |
embed.set_footer(text="Use /dice to bet your cash!")
|
| 20 |
|
| 21 |
await interaction.response.send_message(embed=embed)
|
|
|
|
| 15 |
else:
|
| 16 |
message = f"Your current balance is ${balance:.2f}"
|
| 17 |
|
| 18 |
+
embed = discord.Embed(title="Cash Balance", description=message, color=0x787878)
|
| 19 |
embed.set_footer(text="Use /dice to bet your cash!")
|
| 20 |
|
| 21 |
await interaction.response.send_message(embed=embed)
|