mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 12:36:01 +00:00
Update
This commit is contained in:
@ -17,9 +17,9 @@ module.exports = {
|
||||
{ name: 'announcesongs', value: 'Whether to announce songs that start playing or not.' },
|
||||
{ name: 'songselection', value: 'Will i ask to select a song from the top 10 queries or start playing the first result instantly.' }
|
||||
)
|
||||
.setFooter({ text: `how to use: ${prefix}settings <Setting name> <value>` })
|
||||
.setAuthor({ name: client.user.username, iconURL: client.user.avatarURL()})
|
||||
.setColor(client.embedColor)
|
||||
.setFooter({ text: `how to use: ${prefix}settings <name> <value>` })
|
||||
.setAuthor({ name: client.user.username, iconURL: client.user.avatarURL() })
|
||||
.setColor(client.config.embedColor)
|
||||
const permissions = message.channel.permissionsFor(message.author);
|
||||
if (!permissions.has(PermissionFlagsBits.ManageGuild)) return message.channel.send(':x: You need the `MANAGE_SERVER` permission to change the settings!');
|
||||
if (args[1]) {
|
||||
|
Reference in New Issue
Block a user