Archived
1

/advice command for searching most valuable pokememes

This commit is contained in:
2018-02-07 15:00:04 +04:00
parent c7a8fcf6de
commit 14413b3167
7 changed files with 97 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ type PokedexerInterface interface {
PokememesList(update *tgbotapi.Update)
PokememeInfo(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
BestPokememesList(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
AdvicePokememesList(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
DeletePokememe(update *tgbotapi.Update) string
}