aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-10-24 15:45:28 +0200
committerGravatar GitHub <[email protected]>2020-10-24 15:45:28 +0200
commitfe4921e9a6c1400d4a89d6eff64cfee464da7464 (patch)
treea8088247f2075b8f3bcfe383f3929d74896a1603
parentfix time and date specific things (diff)
parentUpdate Python Discord badge to 100k members. (diff)
Merge branch 'master' into hackto-dates
-rwxr-xr-xREADME.md2
-rw-r--r--bot/exts/halloween/hacktoberstats.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2fc04cbb..1486283f 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# SeasonalBot
[![Build Status](https://dev.azure.com/python-discord/Python%20Discord/_apis/build/status/Seasonal%20Bot%20(Mainline))](https://dev.azure.com/python-discord/Python%20Discord/_build/latest?definitionId=3)
-[![Discord](https://img.shields.io/static/v1?label=Python%20Discord&logo=discord&message=%3E60k%20members&color=%237289DA&logoColor=white)](https://discord.gg/2B963hn)
+[![Discord](https://img.shields.io/static/v1?label=Python%20Discord&logo=discord&message=%3E100k%20members&color=%237289DA&logoColor=white)](https://discord.gg/2B963hn)
A Discord bot for the Python Discord community which changes with the seasons, and provides useful event features.
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index 0b75ca91..d2762513 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -307,7 +307,7 @@ class HacktoberStats(commands.Cog):
# if the PR has 'invalid' or 'spam' labels, the PR must be
# either merged or approved for it to be included
if HacktoberStats._has_label(item, ["invalid", "spam"]):
- if not await HacktoberStats._is_accepted(item):
+ if not await HacktoberStats._is_accepted(itemdict):
continue
# PRs before oct 3 no need to check for topics