- Provide a link to the helpList Website (This repository file by default)
- Related Function
helpFunction
- Change the prefix of bot commands (Does not save after restart or crashes) (To change the default prefix, edit the PREFIX in config.json instead)
- Related Function
server_ChangePrefixFunction
- clears the queue
- Related Function
player_ClearFunction
- join the current Voice Channel that the command issuer is on
- Related Function
player_ConnectFunction
- provide invite link of the bot
- Related Function
inviteFunction
- leave the current voice channel and clear the queue
- Related Function
player_DisconnectFunction
- Toggle loop the current sound track or loop the current queue (Either on of them can be on at the same time)
- Related Function
player_LoopFunction
andplayer_LoopQueueFunction
- display the current sound track (unimplemented: time remaining etc.)
- Related Function
player_NowPlayingFunction
- Play the sound track searched on youtube (playlist not fully supported)
- Related Function
player_PlayFunction
- pause or resume the player
- Related Function
player_PauseFunction
andplayer_ResumeFunction
- Reply the current queue
- Related Function
player_ListQueueFunction
- Reset Prefix to default
- Related Function
server_ResetPrefixFunction
- remove a sound track from queue based on index of track in the queue
- Related Function
player_RemoveFromListFunction
- skip the current track
- Related Function
player_SkipFunction
- Work in progress, Unimplemented command
- Related Function
player_SeekFunction
- Work in progress, Unimplemented command
- Related Function
player_ShuffleFunction