fix (workout): Incorrect notification reward.
This commit is contained in:
@@ -142,7 +142,7 @@ async def workout_complete(member, workout):
|
|||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
description=(
|
description=(
|
||||||
"Congratulations on completing your daily workout!\n"
|
"Congratulations on completing your daily workout!\n"
|
||||||
"You have been rewarded with `350` LionCoins. Good job!"
|
"You have been rewarded with `{}` LionCoins. Good job!".format(reward)
|
||||||
),
|
),
|
||||||
timestamp=dt.datetime.utcnow(),
|
timestamp=dt.datetime.utcnow(),
|
||||||
colour=discord.Color.orange()
|
colour=discord.Color.orange()
|
||||||
|
|||||||
Reference in New Issue
Block a user