From fbb007e67aa6344e5058ef820db10c3c39a13b2f Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 12 Oct 2019 18:03:15 +0300 Subject: [PATCH] Update ready.js --- events/ready.js | 1 + 1 file changed, 1 insertion(+) 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, }); } });