1
0
Fork 0
mirror of synced 2024-06-10 14:44:32 +12:00

Created Tags (markdown)

Dan Hess 2016-08-21 20:20:56 -05:00
parent ee5a450059
commit 938570c159

26
Tags.md Normal file

@ -0,0 +1,26 @@
`!tags`
```
Prints out all available tags on this server
```
`!tag <tag>`
```
Prints out the result based on the tag provided
```
### Subcommands ###
`(add|create|start) <tag> - <result>`
```
This sets up a new tag
You'll need to separate the tag from the result with a - between them
```
`(delete|remove|stop) <tag>`
```
Deletes a tag from the list of tag's for this server
```