diff --git a/bot.go b/bot.go index 22d9976..c09ec91 100755 --- a/bot.go +++ b/bot.go @@ -35,7 +35,8 @@ var dict = map[string]string{ "algn": "alignment", "xp": "experience points", "str": "strength", - "dex": "dexterity", + "con": "constitution", + "dex": "dexterity", "wis": "wisdom", "cha": "charisma", "lvl": "level", diff --git a/log.txt b/log.txt deleted file mode 100644 index e69de29..0000000