Archived
1

Fixed error with underscores in usernames

This commit is contained in:
2017-11-25 03:44:58 +04:00
parent ac0292ab6f
commit 130aabda81
4 changed files with 14 additions and 3 deletions

View File

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