Merge pull request 'Add badger commands to its wiki page' (#33) from update-badger-page into master
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2020-05-20 16:02:07 -04:00
commit c0baea921c
1 changed files with 22 additions and 0 deletions

View File

@ -29,3 +29,25 @@ Every 20 to 50 messages in #meta, the person talking will recieve a random badge
You can transmute 3 or more badges. When you do this, it will create one, hopefully rarer badge and take the badges you put in away.
For technical documentation on how transmutation works, refer to TPP docs [here](https://twitchplayspokemon.tv/transmutation_calculations).
## Commands
### `+listbadges`
Lists the badges you have. Takes no arguments.
### `+transmute <badge one> <badge 2> <badge 3> [<badge 4>...]`
Transmutes 3 or more badges into one, hopefully rarer badge. Badge names are case-insensitive.
### `+badgeinfo <badge> [<badge>...]`
Gets info on the number of badges of a given type that exist. To get all badges, supply "all" as the badge name.
### `+optout`
Opts you out of the badge game entirely. You will not be able to participate again until you opt back in.
### `+optin`
Opts you back into the game, allowing you to participate again.