Galería de Medios
Archivos de Código
!play (name)
!pause
$nomention
$ephemeral
Paused music
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/pause;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
!resume
$nomention
$ephemeral
music resumes
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/resume;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
!stop
$nomention
$ephemeral
Music stopped
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/stop;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$deleteIn[1s]
$suppressErrors[]
$reply
!skip
$nomention
$ephemeral
Skyped music
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/skip;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
!back
$nomention
$ephemeral
back a song
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/back;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
!queue
$nomention
$ephemeral
Playlist
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/queue;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
!vol
$if[$isSlash==false]
$nomention
$if[$isNumber[$message]==true]
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/volume;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"volume": $message,
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$endif
$elseif[$isSlash==true]
$if[$isNumber[$message[percentage]]==true]
$ephemeral
Changing the music volume
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/volume;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"volume": $message[percentage],
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
$endif
$endif
!loop
$if[$isSlash==false]
$nomention
$if[$checkContains[$message[1];track;queue;off]==true]
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/loop;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"mode": "$message[1]",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$else
$nomention
$title[Incorrect mode]
$description[**> These are the current modes:**
* `$commandTrigger track` : Adds a loop to the current song.
* `$commandTrigger queue` : Adds a loop to the entire queue.
* `$commandTrigger off` : Removes the loop.]
$endif
$elseif[$isSlash==true]
$if[$checkContains[$message[mode];track;queue;off]==true]
$ephemeral
Adding loop
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/loop;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"mode": "$message[mode]",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
$elseif[$checkContains[$message[mode];help]==true]
$nomention
$title[Incorrect mode]
$description[**> These are the current modes:**
* `$commandTrigger Track` : Adds a loop to the current song.
* `$commandTrigger Queue` : Adds a loop to the entire queue.
* `$commandTrigger Off` : Removes the loop.]
$reply
$endif
$endif
!shuffle
$nomention
$ephemeral
Randomizing play
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/shuffle;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID"
}]
$suppressErrors[]
$reply
! (ONLY YOUR PREFIX)
$if[$checkContains[$message[1];music-help;help-music]==true]
$nomention
$title[Music commands]
$description[**> These are the current commands for the v9.0 music system:**
* `$commandTriggerplay <name>` - `/play` : Adds a song to the queue and starts playing it if there are no songs currently playing.
* `$commandTriggerpause` - `/pause` : Pauses the current song.
* `$commandTriggerresume` - `/resume` : Resumes the paused song.
* `$commandTriggerstop` - `/stop` : Deletes the queue and disconnects the bot from the voice channel.
* `$commandTriggerskip` - `/skip` : Skips to the next song in the queue.
* `$commandTriggerback` - `/back` : Skips back to the previous song in the queue.
* `$commandTriggerqueue` - `/queue` : Displays the queue as a list.
* `$commandTriggervol <number>` - `/volume` : Adjusts the music volume.
* `$commandTriggerloop <mode>` - `/loop` : Adds a loop to the current music or the entire queue.
* `$commandTriggershuffle` - `/shuffle` : Plays the music in the queue randomly.
* `$commandTriggerfilters` : Display a menu with filters that you can apply to your playlist.
* `$commandTriggerai-recommend` : The AI will analyze and recommend music based on the currently playing playlist and add it to the queue.
* `$commandTrigger24-7` : Tune in to a 24/7 electronic music radio station.
* `$commandTriggermusic-help` : Displays this panel.]
$endif
!filters
$nomention
$description[**Select the filter you want to apply to the music**]
$newSelectMenu[Filter;1;1;Filters]
$addSelectMenuOption[Filter;Bassboost;$authorID-bassboost;Boosts low frequencies (bass).;;]
$addSelectMenuOption[Filter;Nightcore;$authorID-nightcore;Increases speed and pitch.;;]
$addSelectMenuOption[Filter;Vaporwave;$authorID-vaporwave;Slows speed and lowers pitch.;;]
$addSelectMenuOption[Filter;8D;$authorID-8d;Adds surround rotation effect.;;]
$addSelectMenuOption[Filter;Distortion;$authorID-distortion;Adds saturated, raw sound.;;]
$addSelectMenuOption[Filter;Lofi;$authorID-lofi;Applies low pass, soft vintage sound.;;]
$addSelectMenuOption[Filter;Off;$authorID-off;Disables all active effects.;;]
$suppressErrors[]
$reply
$onInteraction[Filter]
$nomention
$textSplit[$message;-]
$if[$splitText[1]==$authorID]
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/filters;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"text_channel_id": "$channelID",
"filter": "$splitText[2]"
}]
$suppressErrors[]
$else
$ephemeral
$description[You cannot interact in this menu because it belongs to **$nickname[$splitText[1]]**.]
$removeAllComponents
$endif
!ai-recommend
$nomention
$ephemeral
AI recommend
$suppressErrors[]
$httpPost[http://node.akiomae.xyz:4407/api/ai-recommend;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"channel_id": "$channelID"
}]
$deleteIn[1s]
$suppressErrors[]
$reply
!24-7
$nomention
$ephemeral
Radio 24/7 active
$suppressErrors[]
$botTyping
$httpPost[http://node.akiomae.xyz:4407/api/24-7;{
"bot_token": "$getVar[TOKEN]",
"guild_id": "$guildID",
"user_id": "$authorID",
"text_channel_id": "$channelID"
}]
$deleteIn[1s]
$suppressErrors[]
$reply
Comentarios (1)
Inicia sesión para comentar
Todos merecen un buen sistema de musica aunque usen BDFD 🗿