Skip to content

Commit

Permalink
Bump the number of missions to get each day to 5
Browse files Browse the repository at this point in the history
This is to cover the edge case where the mission-giver uploads more than 2 videos a day
  • Loading branch information
ChrisLovering committed Jul 5, 2024
1 parent 5e6b508 commit 563d64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arthur/exts/fun/motivation.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def send_daily_mission(self) -> None:
"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",
Expand Down

0 comments on commit 563d64d

Please sign in to comment.