From 8396dd7c95eebb7e5fb621a4b01407116b87c7e9 Mon Sep 17 00:00:00 2001 From: Robert Miles Date: Wed, 20 May 2020 13:42:28 -0400 Subject: [PATCH] Add badger commands to its wiki page --- wiki/pages/badger.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/wiki/pages/badger.md b/wiki/pages/badger.md index 42c7451..cc07b95 100644 --- a/wiki/pages/badger.md +++ b/wiki/pages/badger.md @@ -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 [...]` + +Transmutes 3 or more badges into one, hopefully rarer badge. Badge names are case-insensitive. + +### `+badgeinfo [...]` + +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. \ No newline at end of file