diff --git a/changelog.d/audio/3199.feature.1.rst b/changelog.d/audio/3199.feature.1.rst new file mode 100644 index 000000000..e09c7f0fd --- /dev/null +++ b/changelog.d/audio/3199.feature.1.rst @@ -0,0 +1 @@ +Add self managed daily playlists in the GUILD scope, these are called "Daily playlist - YYYY-MM-DD" and auto delete after 7 days. \ No newline at end of file diff --git a/redbot/cogs/audio/playlists.py b/redbot/cogs/audio/playlists.py index 7b33107d4..82a1ee2cd 100644 --- a/redbot/cogs/audio/playlists.py +++ b/redbot/cogs/audio/playlists.py @@ -353,8 +353,8 @@ class Playlist: The custom config scope. One of 'GLOBALPLAYLIST', 'GUILDPLAYLIST' or 'USERPLAYLIST'. playlist_number: int The playlist's number. - data: dict - The JSON representation of the playlist to be gotten. + data: PlaylistFetchResult + The PlaylistFetchResult representation of the playlist to be gotten. **kwargs Extra attributes for the Playlist instance which override values in the data dict. These should be complete objects and not