updated gold prices
This commit is contained in:
parent
a22af3e185
commit
a2101e3044
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ from discord.ext import commands
|
||||||
)
|
)
|
||||||
async def rsgp(ctx, amount):
|
async def rsgp(ctx, amount):
|
||||||
output = ""
|
output = ""
|
||||||
cost_per_bil = 25.50 #1b rsgp to usd
|
cost_per_bil = 21.90 #1b rsgp to usd
|
||||||
cost_per_bil_os = 210
|
cost_per_bil_os = 182
|
||||||
gold_per_bond = 70000000
|
gold_per_bond = 70000000
|
||||||
gold_per_bond_os = 7000000
|
gold_per_bond_os = 7000000
|
||||||
cost_per_bond = 8 #dollars usd
|
cost_per_bond = 8 #dollars usd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue