Archived
1

Pokememe deletion command

This commit is contained in:
2017-12-04 23:14:41 +04:00
parent 8af37b6c34
commit fa71616a14
4 changed files with 63 additions and 3 deletions

View File

@@ -18,4 +18,6 @@ type PokedexerInterface interface {
GetPokememes() ([]dbmapping.PokememeFull, bool)
GetPokememeByID(pokememeID string) (dbmapping.PokememeFull, bool)
DeletePokememe(update *tgbotapi.Update) string
}