Archived
1

Academic access level, can see other profiles

This commit is contained in:
2017-12-01 10:55:18 +04:00
parent da8fe3f3e8
commit 703ea27cdb
7 changed files with 63 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ type UsersInterface interface {
GetPlayerByID(playerID int) (dbmapping.Player, bool)
PlayerBetterThan(playerRaw *dbmapping.Player, powerLevel string) bool
ForeignProfileMessage(update *tgbotapi.Update) string
FormatUsername(userName string) string
ProfileMessage(update *tgbotapi.Update, playerRaw *dbmapping.Player) string
UsersList(update *tgbotapi.Update) string