Added dprint and formatted file to it
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -22,4 +22,4 @@ export default async function leave(interaction: ChatInputCommandInteraction) {
|
||||
color: embedColor
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,4 +56,4 @@ export default async function nowplaying(interaction: ChatInputCommandInteractio
|
||||
}
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ export default async function pause(interaction: ChatInputCommandInteraction) {
|
||||
color: embedColor
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ export default async function play(interaction: ChatInputCommandInteraction) {
|
||||
const { track } = await player.play(channel, query, {
|
||||
requestedBy: interaction.user,
|
||||
nodeOptions: {
|
||||
volume: 25,
|
||||
volume: 25
|
||||
}
|
||||
})
|
||||
|
||||
@@ -40,4 +40,4 @@ export default async function play(interaction: ChatInputCommandInteraction) {
|
||||
}
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,4 +36,4 @@ export default async function queue(interaction: ChatInputCommandInteraction) {
|
||||
}
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ export default async function skip(interaction: ChatInputCommandInteraction) {
|
||||
color: embedColor
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ export default async function pause(interaction: ChatInputCommandInteraction) {
|
||||
color: embedColor
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ export default async function volume(interaction: ChatInputCommandInteraction) {
|
||||
color: embedColor
|
||||
}]
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user