diff --git a/commands/pygg.py b/commands/pygg.py index be753f0..893e797 100644 --- a/commands/pygg.py +++ b/commands/pygg.py @@ -117,7 +117,7 @@ def search_ygg(query, multi): if any(word.lower() in name for word in BLACKLIST_WORDS): continue - if args.year and args.year not in name: + if args.year and str(args.year) not in name: continue if args.uploader and not any(