mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 12:36:01 +00:00
big update
This commit is contained in:
@ -25,7 +25,7 @@ module.exports = {
|
||||
.addField(`:play_pause: Currently playing music on`, `${client.voiceConnections.size} guild(s)`, true)
|
||||
.addField(`💿 Operating system`, process.platform, true)
|
||||
.setAuthor(client.user.username, client.user.displayAvatarURL)
|
||||
.setColor('#b50002')
|
||||
.setColor(client.config.embedColor)
|
||||
return message.channel.send(embed);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user