Archived
1

Pokememes database saving. Now we're stable

This commit is contained in:
Vladimir Hodakov
2017-10-07 02:23:25 +04:00
parent fe496d696f
commit 2724970e3d
20 changed files with 516 additions and 36 deletions

View File

@@ -11,4 +11,5 @@ import (
type ParsersInterface interface {
ParsePokememe(text string, player_raw dbmappings.Players) string
ReturnPoints(points int) string
}