aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar evgriff <[email protected]>2021-12-15 12:43:11 -0500
committerGravatar GitHub <[email protected]>2021-12-15 12:43:11 -0500
commit770292ea5a064ab57accabda93022fdfa64addd1 (patch)
tree3a6160c6b57014cfe02465e3cec10f077bc4af12
parentadded key check (diff)
Update bot/exts/holidays/halloween/candy_collection.py
From @Shivansh-007 Co-authored-by: Shivansh-007 <[email protected]>
-rw-r--r--bot/exts/holidays/halloween/candy_collection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/halloween/candy_collection.py b/bot/exts/holidays/halloween/candy_collection.py
index 6edce1a0..6e5ae84b 100644
--- a/bot/exts/holidays/halloween/candy_collection.py
+++ b/bot/exts/holidays/halloween/candy_collection.py
@@ -201,7 +201,7 @@ class CandyCollection(commands.Cog):
inline=False
)
e.add_field(
- name=f'{user.name}' + "'s Candy Score",
+ name="Your Candy Score",
value=get_user_candy_score(),
inline=False
)