mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Added PlayMy to slash command
This commit is contained in:
@@ -28,6 +28,7 @@ export const GLOBAL_COMMANDS: Object[] = [
|
|||||||
.setName('search')
|
.setName('search')
|
||||||
.setDescription('Search for music')
|
.setDescription('Search for music')
|
||||||
.addStringOption((option) => option.setName('query').setDescription('Search query').setRequired(true)),
|
.addStringOption((option) => option.setName('query').setDescription('Search query').setRequired(true)),
|
||||||
|
new SlashCommandBuilder().setName('playmy').setDescription('Play the detected songs you are listening to'),
|
||||||
new SlashCommandBuilder().setName('skip').setDescription('Skip the current song'),
|
new SlashCommandBuilder().setName('skip').setDescription('Skip the current song'),
|
||||||
new SlashCommandBuilder().setName('pause').setDescription('Pause the current music'),
|
new SlashCommandBuilder().setName('pause').setDescription('Pause the current music'),
|
||||||
new SlashCommandBuilder().setName('resume').setDescription('Resume paused music'),
|
new SlashCommandBuilder().setName('resume').setDescription('Resume paused music'),
|
||||||
|
|||||||
Reference in New Issue
Block a user