diff --git a/README.md b/README.md index e2a58d6..1fd3dc5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Legends of Runeterra game data crate and chat bots +--- +
The message the bot sends when it detects an interaction from the user, such as the default /start command. @@ -34,6 +36,8 @@ Legends of Runeterra game data crate and chat bots
+--- +
The card search prompt that appears when attempting to use the bot in a chat. @@ -41,6 +45,8 @@ Legends of Runeterra game data crate and chat bots
+--- +
A search for "poro". Many poros are displayed, and also Braum Level 2, since it contains "poro" in its description. @@ -48,6 +54,8 @@ Legends of Runeterra game data crate and chat bots
+--- +
The message sent when a card is clicked from the menu. It contains both the card image and a plain text render of the card (for accessibility). Additionally, the flavor text, the artist name, and a link to the full illustration are provided. @@ -55,12 +63,62 @@ Legends of Runeterra game data crate and chat bots
+--- + +
+A search for a deck code, followed by "My new deck". It returns a button saying «Deck "My new deck" with 14 cards» + +![](media/td-deck.png) + +
+ +--- + +
+The message sent when the Deck button is clicked from the menu. It contains the name of the deck, followed by the formats it's playable in, its regions, and the cards that it contains. Champions are underlined. + +![](media/td-eternal.png) + +
+ +### Discord bot + +
+The message the bot sends when an user sends /help command. + +![](media/ds-help.png) + +
+ +--- + +
+The message the bot sends when an user sends the /card query: patched porobot command. + +![](media/ds-card.png) + +
+ +--- + +
+The message the sends when an user sends the /deck code: CECQCAQCA4AQIAYKAIAQGLRWAQAQECAPEUXAIAQDAEBQOCIBAIAQEMJYAA name: My new deck command. + +![](media/ds-deck.png) + +
+ + ## Licenses +### Riot Games + Patched Porobot isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. +### Open Source Licenses +
-List of licenses as output by cargo license +List of licenses as output by cargo license - **(Apache-2.0 OR MIT) AND BSD-3-Clause** (1): encoding_rs - **(MIT OR Apache-2.0) AND Unicode-DFS-2016** (1): unicode-ident diff --git a/media/ds-card.png b/media/ds-card.png new file mode 100644 index 0000000..709a6f1 Binary files /dev/null and b/media/ds-card.png differ diff --git a/media/ds-deck.png b/media/ds-deck.png new file mode 100644 index 0000000..5750442 Binary files /dev/null and b/media/ds-deck.png differ diff --git a/media/ds-help.png b/media/ds-help.png new file mode 100644 index 0000000..90ff206 Binary files /dev/null and b/media/ds-help.png differ diff --git a/media/td-deck.png b/media/td-deck.png new file mode 100644 index 0000000..bf1016f Binary files /dev/null and b/media/td-deck.png differ diff --git a/media/td-eternal.png b/media/td-eternal.png new file mode 100644 index 0000000..c6c31f5 Binary files /dev/null and b/media/td-eternal.png differ diff --git a/media/td-message.png b/media/td-message.png index d8a77e6..fbf1f46 100644 Binary files a/media/td-message.png and b/media/td-message.png differ diff --git a/media/td-poro.png b/media/td-poro.png index b862032..e0f33f2 100644 Binary files a/media/td-poro.png and b/media/td-poro.png differ diff --git a/media/td-profile.png b/media/td-profile.png index 726789f..b1f0603 100644 Binary files a/media/td-profile.png and b/media/td-profile.png differ diff --git a/media/td-prompt.png b/media/td-prompt.png index e217474..64d654e 100644 Binary files a/media/td-prompt.png and b/media/td-prompt.png differ diff --git a/media/td-start.png b/media/td-start.png index d42ba3d..dcfbf3f 100644 Binary files a/media/td-start.png and b/media/td-start.png differ