A Discord music bot for playing songs on the Netease Music platform, written in Python using discord.py.
This repo has not been updated to work with the new Discord bot APIs.
NeteaseMusicBot supports the following commands:
nmb play <url>
ornmb p <url>
plays/queues the song/playlist in the specified URLnmb p <url> shuffle
plays/queues the playlist but shuffles it firstnmb p <song name>
searches for the given song and plays the first result (<song name>
can contain spaces!)nmb search <song name>
ornmb s <song name>
searches for the given song and lists 5 resultsnmb cancel
cancel the song selection fromnmb search <song name>
nmb 1
tonmb 5
selects one song from the search result and plays itnmb queue
ornmb q
displays the queuenmb skip
ornmb next
skips the current songnmb jumpto <index>
ornmb to <index>
jumps to the given position in queuenmb delete <index>
ornmb del <index>
removes the song at the given position in queuenmb del <start> <end>
removes all songs from<start>
to<end>
in queuenmb shuffle
shuffles the entire queuenmb loop
toggles queue loop on/offnmb leave
ornmb gun
makes me disconnect from the voice channel