-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Area: BotAll issues and PRs related to 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 imprAny issue/PR that contains work to support the implementation of a feature and/or results in an imprgood first issueGood for newcomersGood for newcomers
Milestone
Description
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
-
delete specific song in queue
//queue delete 3
deletes 3rd song in queue -
Youtube playlist playing command
//play "playlist url"
plays the whole playlist -
automatically suggest and play songs
//play "keyword" auto
automatically plays songs related to the keyword infinitely
ex) //play "jazz" auto
Closed by Autoplay2 #261 -
play desired song right away
//play "keyword" -now
Proposed technical implementation details (optional)
subcommands: https://stackoverflow.com/questions/50548316/subcommands-in-python-bot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: BotAll issues and PRs related to 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 imprAny issue/PR that contains work to support the implementation of a feature and/or results in an imprgood first issueGood for newcomersGood for newcomers