diff options
Diffstat (limited to 'bot/exts/halloween/hacktoberstats.py')
-rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py index a6ed765e..47b83023 100644 --- a/bot/exts/halloween/hacktoberstats.py +++ b/bot/exts/halloween/hacktoberstats.py @@ -244,7 +244,7 @@ class HacktoberStats(commands.Cog): query_url = ( f"{base_url}" f"-label:{not_labels[0]}" - f"-label:{not_labels[1]}" + f"+-label:{not_labels[1]}" f"+type:{action_type}" f"+is:{is_query}" f"+-is:{not_query}" |