Archived
1

Visual fixes in broadcast messages, some fixes in squader

He protec, but he also attac!
This commit is contained in:
2017-12-20 21:45:32 +04:00
parent 49fd750df9
commit 413bf22f16
6 changed files with 105 additions and 107 deletions

View File

@@ -14,6 +14,7 @@ type UsersInterface interface {
ParseProfile(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
GetPrettyName(user *tgbotapi.User) string
GetProfile(playerID int) (dbmapping.Profile, bool)
GetOrCreatePlayer(telegramID int) (dbmapping.Player, bool)
GetPlayerByID(playerID int) (dbmapping.Player, bool)