MizaGBF / MizaBOT

Python 3 Granblue Fantasy-themed Discord Bot
MIT License
25 stars 13 forks source link

fixed some format errors in examples config.json and save.json file #11

Closed gary-stu closed 3 years ago

gary-stu commented 3 years ago

fixed some format errors in examples config.json and save.json file to be able to make the bot work.

In config.json line 36, line ended with two commas, which was an error. In config.json line 75, line ended with a comma. This should have been syntaxically okay, but it seems it generated an error. In save.json, the root was prematurely closed on line 14, and I added a version element to avoid throwing an exception in data.py loadData function.

MizaGBF commented 3 years ago

oh thanks for noticing it, I haven't really tested the examples.