Skip to content

Music Command Further Updates #28

@minhyungk

Description

@minhyungk

Description of the new feature/enhancement

1. Change command format to subcommands, add configuration settings that allows the user to choose subcommands or not
//play => //music play

  1. delete specific song in queue
    //queue delete 3
    deletes 3rd song in queue

  2. Youtube playlist playing command
    //play "playlist url"
    plays the whole playlist

  3. automatically suggest and play songs
    //play "keyword" auto
    automatically plays songs related to the keyword infinitely
    ex) //play "jazz" auto
    Closed by Autoplay2 #261

  4. play desired song right away
    //play "keyword" -now

Proposed technical implementation details (optional)

subcommands: https://stackoverflow.com/questions/50548316/subcommands-in-python-bot

Metadata

Metadata

Assignees

Labels

Area: BotAll issues and PRs related to BotBot: CommandsfeatureAny issue/PR that contains work to support the implementation of a feature and/or results in an imprgood first issueGood for newcomers

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions