Updates to main

This commit is contained in:
🐙PiperYxzzy
2022-11-02 23:33:15 +02:00
parent 1601c85ff2
commit 6a6f901eff

View File

@@ -45,6 +45,8 @@ func main() {
panic(err)
}
s, _ := os.Open("cards/stances.json")
defer s.Close()
dec = json.NewDecoder(s)