mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Updated Red V2 Commands (Under Construction) (markdown)
parent
bc82ecbc1f
commit
668cc502e6
@ -1,17 +1,16 @@
|
||||
##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>`
|
||||
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 `!`, `.`, `^`
|
||||
`[p]` being short for your prefix, such as `!`, `.`, `^`<br><br><Br>
|
||||
|
||||
<br><br><br>
|
||||
**NOTE:** Do not write your commands in `[]` or `<>`.
|
||||
**NOTE:** Do not write your commands in `[]` or `[]`.
|
||||
|
||||
_Wrong Example_: [p]play <http://youtube.com.....>
|
||||
Wrong Example: [p]play [http://youtube.com.....]
|
||||
|
||||
_Right Example_: [p]play http://youtube.com.....
|
||||
Right Example: [p]play http://youtube.com.....
|
||||
|
||||
###Audio Help
|
||||
| Commands | Description |
|
||||
@ -23,19 +22,19 @@ _Right Example_: [p]play http://youtube.com.....
|
||||
| [p]list playlist | |
|
||||
| [p]list local | |
|
||||
| [p]list queue | |
|
||||
| [p]local <local folder name> | Plays local playlist |
|
||||
| [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 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]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]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. |
|
||||
| [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 |
|
||||
@ -58,12 +57,45 @@ _Right Example_: [p]play http://youtube.com.....
|
||||
| [p]payday | Get some free credits |
|
||||
| [p]slot | Play the slot machine |
|
||||
| [p]economyset | Changes economy module settings |
|
||||
| [p]economyset paydaycredits <credits> | Credits earned each payday |
|
||||
| [p]economyset slotmax <bid> | Maximum slot machine bid |
|
||||
| [p]economyset paydaytime <seconds> | Seconds between each payday |
|
||||
| [p]economyset slotmin <bid> | Minimum slot machine bid |
|
||||
| [p]economyset paydaycredits [credits] | Credits earned each payday |
|
||||
| [p]economyset slotmax [bid] | Maximum slot machine bid |
|
||||
| [p]economyset paydaytime [seconds] | Seconds between each payday |
|
||||
| [p]economyset slotmin [bid] | Minimum slot machine bid |
|
||||
| [p]bank | Bank operations |
|
||||
| [p]bank balance [user] | Shows balance of user. |
|
||||
| [p]bank transfer <user> <sum> | Transfer credits to other users |
|
||||
| [p]bank transfer [user] [sum] | Transfer credits to other users |
|
||||
| [p]bank register | Registers an account at the Twentysix bank |
|
||||
| [p]payouts | Shows slot machine payouts |
|
||||
|
||||
###General
|
||||
| Commands | Description |
|
||||
|---|---|
|
||||
| [p]flip or [p]flip [user] | Flips a coin... or a user. |
|
||||
| [p]rps [rock, paper, or scissors] | Play rock paper scissors |
|
||||
| [p]poll [question];[option1];[option2] etc | Starts a poll (Need to add end poll) |
|
||||
| [p]roll [number] | Rolls random number (between 1 and user choice). Default number is 100 |
|
||||
| [p]8 [question?] | Ask 8 ball a question |
|
||||
| | Must end with a "?" |
|
||||
| [p]urban [word] | Urban Dictionary search |
|
||||
| [p]stopwatch | Starts/stops stopwatch |
|
||||
| [p]choose [option 1] [option 2] | Chooses between multiple choices. |
|
||||
| [p]info or [p]info [user] | Shows users's informations |
|
||||
| [p]server | Shows server's informations |
|
||||
| [p]lmgtfy [search] | Creates a lmgtfy link |
|
||||
|
||||
###Image
|
||||
| Commands | Description |
|
||||
|---|---|
|
||||
| [p]gif | Retrieves first search result from giphy |
|
||||
| [p]imgur | Retrieves a random imgur picture |
|
||||
| [p]gifr | Retrieves a random gif from a giphy search |
|
||||
|
||||
|
||||
###Streams
|
||||
| Commands | Description |
|
||||
|---|---|
|
||||
| [p]streamalert | Adds/removes stream alerts from the current channel |
|
||||
| [p]streamalert twitch [channel] | Checks if twitch stream is online |
|
||||
| [p]streamalert hitbox [channel] | Checks if hitbox stream is online |
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user