diff options
Diffstat (limited to 'arthur/exts/fun/motivation.py')
-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", |