Profiles parsing and saving
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
package parsersinterface
|
||||
|
||||
import (
|
||||
// 3rd party
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
// local
|
||||
"../../dbmappings"
|
||||
)
|
||||
@@ -11,5 +13,6 @@ import (
|
||||
|
||||
type ParsersInterface interface {
|
||||
ParsePokememe(text string, player_raw dbmappings.Players) string
|
||||
ParseProfile(update tgbotapi.Update, player_raw dbmappings.Players) string
|
||||
ReturnPoints(points int) string
|
||||
}
|
||||
|
Reference in New Issue
Block a user