Updated music commands
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function play(interaction: ChatInputCommandInteraction) {
|
||||
const { track } = await player.play(channel, query, {
|
||||
requestedBy: interaction.user,
|
||||
nodeOptions: {
|
||||
volume: 50,
|
||||
volume: 25,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user