Created Red V2 Commands (Under Construction) (markdown)

Asute 2016-02-25 12:39:16 -10:00
parent 67a0fd3447
commit 48b0e940b5

@ -0,0 +1,37 @@
##How to use Red's Commands
Red is now modular and uses commands + subcommands~
If you are confused, type in `[p]help <command>` and if help command lists subcommands do `[p]help <command]> <subcommand>`
`[p]` being short for your prefix, such as `!`, `.`, `^`
###Audio Help
| Commands | Description |
|---|---|
| [p]shuffle | Shuffles the playlist (no subcommands) |
| [p]resume | Resumes currently paused song (no subcommands) |
| [p]skip | Skips song |
| [p]list | Lists playlist (has subcommands) |
| p]list playlist | |
| p]list local | |
| [p]list queue | |
| [p]local <local folder name> | Plays local playlist |
| [p]mix | Plays saved playlist (shuffled) |
| [p]audioset | Changes audio module settings (has subcommands) |
| [p]audioset volume <volume number> | Sets the volume (0-1) |
| [p]audioset queue | Enables/disables forced queue |
| [p]audioset status | Enables/disables songs' titles as status |
| [p]audioset maxlength <time in seconds> | Maximum track length (seconds) for requested links |
| [p]loop | Loops single song |
| [p]playlist <playlist name> | Plays saved playlist |
| [p]queue <link> | Add link to queue |
| [p]pause | Pauses the current song |
| [p]prev | Previous song |
| [p]addplaylist <playlist name> <playlist link> | Adds tracks from youtube playlist link. |
| | Do not use spaces in playlist name |
| | replace them with hyphens or underscores instead |
| [p]song or [p]title | Shows the current song title |
| [p]stop | Stops audio activities |
| [p]sing | Make Red sing! |
| [p]play | Plays link |