diff --git a/events/ready.js b/events/ready.js index 3552eca7..93f1f8ed 100644 --- a/events/ready.js +++ b/events/ready.js @@ -20,6 +20,7 @@ module.exports = { if (client.global.db.guilds[guild.id].premium) { client.db.collection('playlists').doc(guild.id).set({ songs: client.global.db.playlists[message.guild.id].songs, + saved: client.global.db.playlists[message.guild.id].saved, }); } });