Skip to content

Commit

Permalink
Telegram: Added /pokedex to help
Browse files Browse the repository at this point in the history
  • Loading branch information
MineMalox committed Aug 9, 2016
1 parent 39e9e91 commit 9da4c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
},
{
"Key": "HelpTemplate",
"Value": "Kommandos: \n \n /top <cp/iv> <amount> - Zeigt die besten Pokemons an. \n /all <cp/iv> - Zeigt dir alle Pokemons an. \n /profile - Zeigt dein Profil. \n /loc - Zeigt deine Position an. \n /items - Zeigt dir deine Items \n /status - Zeigt den Status vom Bot. "
"Value": "Kommandos: \n \n /top <cp/iv> <amount> - Zeigt die besten Pokemons an. \n /all <cp/iv> - Zeigt dir alle Pokemons an. \n /profile - Zeigt dein Profil. \n /loc - Zeigt deine Position an. \n /items - Zeigt dir deine Items \n /status - Zeigt den Status vom Bot. \n /pokedex - Zeigt dein Pokedex. "
},
{
"Key": "StatsXpTemplateString",
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Common/Translations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public class Translation : ITranslation
new KeyValuePair<TranslationString, string>(TranslationString.ShowPokeTemplate,
"\n CP: {0} | IV: {1}% | Name: {2}"),
new KeyValuePair<TranslationString, string>(TranslationString.HelpTemplate,
"Commands: \n \n /top <cp/iv> <amount> - Shows you top Pokemons. \n /all <cp/iv> - Shows you all Pokemons. \n /profile - Shows you profile. \n /loc - Shows you location. \n /items - Shows your items. \n /status - Shows you the Status of the Bot. "),
"Commands: \n \n /top <cp/iv> <amount> - Shows you top Pokemons. \n /all <cp/iv> - Shows you all Pokemons. \n /profile - Shows you profile. \n /loc - Shows you location. \n /items - Shows your items. \n /status - Shows you the Status of the Bot. \n /pokedex - Shows you Pokedex "),
new KeyValuePair<TranslationString, string>(TranslationString.StatsXpTemplateString,
"{0} (Advance in {1}h {2}m | {3:n0}/{4:n0} XP)"),
new KeyValuePair<TranslationString, string>(TranslationString.RequireInputText,
Expand Down

0 comments on commit 9da4c9b

Please sign in to comment.