diff options
| author | 2024-07-05 17:38:41 +0100 | |
|---|---|---|
| committer | 2024-07-05 17:38:41 +0100 | |
| commit | 563d64d0970b561a3db92d0c25973b9dd2eb015a (patch) | |
| tree | fbae29891027eccc234cd5bc261bacddecab40cd /arthur | |
| parent | Bump dependencies to latest (diff) | |
Bump the number of missions to get each day to 5
This is to cover the edge case where the mission-giver uploads more than 2 videos a day
Diffstat (limited to 'arthur')
| -rw-r--r-- | arthur/exts/fun/motivation.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/motivation.py b/arthur/exts/fun/motivation.py index 4da7460..e9f861d 100644 --- a/arthur/exts/fun/motivation.py +++ b/arthur/exts/fun/motivation.py @@ -33,7 +33,7 @@ class Motivation(commands.Cog):              "channelId": "UC4CoHBR01SHu6fMy2EaeWcg",              "key": CONFIG.youtube_api_key.get_secret_value(),              "order": "date", -            "maxResults": "2", +            "maxResults": "5",          }          async with self.bot.http_session.get(              "https://www.googleapis.com/youtube/v3/search",  |