diff --git a/bot.go b/bot.go index 65a9dff..a7be46d 100644 --- a/bot.go +++ b/bot.go @@ -894,7 +894,7 @@ func botCraftItem(m *ChatWarsMessage, r *regexp.Regexp) { func botUserConfig(m *ChatWarsMessage) { clt, _ := getLockedClient(m.TGUserID64, false) clt.Mux.Unlock() - out := fmt.Sprintf("Config for %s (running build %s):\n", clt.Login, clt.Version) + out := fmt.Sprintf("Config for %s (running build %s):\n", clt.Login, clt.Build) if clt.Config.InterceptPillage { out = fmt.Sprintf("%s Pillage : ON (set off)\n", out) } else {