Skip to content

About a discord music bot for NetEase Cloud Music and YouTube in python. 一个python写的discord中播放网易云和YouTube音乐的bot。

Notifications You must be signed in to change notification settings

nneowvoincee/discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicord_music_bot

1.Quick start

2.Commands (outdated, update later)

format:

prefix-command (mandatory argument) [optional argument]

command description note
.help -show command list

Add songs from NetEase Cloud Music:

command abbr. description note
.search (song name) .s -search the song and add it to the queue
.user [user name] -show user's playlists The default user(config.py) will be set if the username isn't provided
.playlist [number] .l -add song of the playlist to the queue if send command without number (only .playlist), the robot will show user's playlists again

Add songs from Youtube: (PS: It supports url from some of other platforms (Facebook, Bilibili .etc)

command abbr. description note
.youtube (keywords/url of the videos/songs) .yts -search the audio from YouTube/webite the bot will search from YouTube if keywords are provided

Control commands:

command abbr. description note
.play -to start playing the queue If the bot was already join other channel in this server, you may user command ".join" to move it to your channel.
.jump (number) .j -jump to the target song
.skip -skip the current song and go to the next song
.pause -pause the music
.resume -resume the music
.stop -stop playing music
.join -let the bot join your channel
.clear .cl -clear the queue
.delete [number] [number] .del -delete songs from the queue 0/1/2 arguments provided:
0. delete the current song
1. delete the target song
2. delete a range of songs
.play_mode (mode/number) .pm -change the playmode 1. default: play the queue once only
2. loop: loop the playlist
3. random: shuffle the playlist
.queue [number] -show 50 songs of the queue 50 songs around the current song will be shown if no arument provided.
.disconnect -let the bot leaves the channel
.save unimplemented command
.load unimplemented command

About

About a discord music bot for NetEase Cloud Music and YouTube in python. 一个python写的discord中播放网易云和YouTube音乐的bot。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages