aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-09-30 22:34:22 +0100
committerGravatar Joe Banks <[email protected]>2020-09-30 22:34:22 +0100
commit047902d599bb87b7227a259fe63fa3a3f34b1d71 (patch)
treed6476918a18ac80bafdb5213053ba2e048632695 /bot
parentUpdate Hacktoberfest image URL (diff)
Update t-shirt references to t-shirts and trees!
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/halloween/hacktoberstats.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index 08a83a55..9dd0e1a4 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -175,11 +175,11 @@ class HacktoberStats(commands.Cog):
n = pr_stats['n_prs']
if n >= PRS_FOR_SHIRT:
- shirtstr = f"**{github_username} has earned a tshirt!**"
+ shirtstr = f"**{github_username} has earned a T-shirt or a tree!**"
elif n == PRS_FOR_SHIRT - 1:
- shirtstr = f"**{github_username} is 1 PR away from a tshirt!**"
+ shirtstr = f"**{github_username} is 1 PR away from a T-shirt or a tree!**"
else:
- shirtstr = f"**{github_username} is {PRS_FOR_SHIRT - n} PRs away from a tshirt!**"
+ shirtstr = f"**{github_username} is {PRS_FOR_SHIRT - n} PRs away from a T-shirt or a tree!**"
stats_embed = discord.Embed(
title=f"{github_username}'s Hacktoberfest",