mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 01:20:48 +00:00
remove setkey
This commit is contained in:
@ -48,11 +48,6 @@ module.exports = {
|
||||
client.messages.settingsBassDesc,
|
||||
true
|
||||
)
|
||||
.addField(
|
||||
client.messages.settingsSetKey,
|
||||
client.messages.settingsSetKeyDesc,
|
||||
true
|
||||
)
|
||||
.setFooter(footer)
|
||||
.setAuthor(client.user.username, client.user.displayAvatarURL)
|
||||
.setColor(client.config.embedColor);
|
||||
@ -87,4 +82,4 @@ module.exports = {
|
||||
return msg.channel.send(embed);
|
||||
}
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user