mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
grammar
This commit is contained in:
parent
367fab669f
commit
b2c325bddb
@ -134,7 +134,7 @@ class cg_Crypto:
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
return f"{symbol} returned an error."
|
return f"{symbol} returned an error."
|
||||||
|
|
||||||
message = f"The current coin price of {name} is $**{price:,}**"
|
message = f"The current price of {name} is $**{price:,}**"
|
||||||
|
|
||||||
# Determine wording of change text
|
# Determine wording of change text
|
||||||
if change > 0:
|
if change > 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user