mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 18:56:00 +00:00
playlist patch
This commit is contained in:
11
commands/playlist/delete.js
Normal file
11
commands/playlist/delete.js
Normal file
@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
name: 'setpremium',
|
||||
async execute(message, args, client, Discord, prefix) {
|
||||
client.global.db.playlists[message.guild.id] = {
|
||||
songs: [],
|
||||
firstSong: undefined,
|
||||
saved: false,
|
||||
};
|
||||
message.channel.send(':white_check_mark: This guild is now premium! :tada:')
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user