Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 785 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 785 Bytes

discord_music_bot

This is a discord music bot based on discord.js.
Fill in your token, run index.js under node.js environment. Enjoy!

command list

${prefix}p - play by url or search by keywords
${prefix}resume - resume music from playing
${prefix}pause - pause music from playing
${prefix}skip - skip current track
${prefix}queue - view queue
${prefix}loop - switch play mode
${prefix}lyrics - get lyrics
${prefix}leave - make bot leave voice channel
${prefix}help - show command list

updates

Update to discord.js V13
Update to discord.js V14
Change download engine to play-dl
Support multiple servers
New Function, search music by key words
Support playlist
New Function, get lyrics
New Function, change play mode