1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-12-22 21:13:18 +00:00

Update delete.js

This commit is contained in:
MatteZ02 2019-11-20 08:05:01 +02:00
parent f76769d512
commit a05b069f99

View File

@ -6,6 +6,6 @@ module.exports = {
firstSong: undefined, firstSong: undefined,
saved: false, saved: false,
}; };
message.channel.send(':white_check_mark: This guild is now premium! :tada:') message.channel.send(':wastebasket: Deleted the playlist.');
} }
}; };