continuing config

This commit is contained in:
bobloy 2017-11-07 15:10:59 -05:00
parent dea92f6f95
commit 11ff602e28

View File

@ -72,14 +72,12 @@ class Fight:
"SCORE2": 0
}
}
self.config.register_global(**default_global)
self.config.register_guild(**default_guild)
self.config.register
def save_data(self):
"""Saves the json"""
dataIO.save_json(self.file_path, self.the_data)
# def save_data(self):
# """Saves the json"""
# dataIO.save_json(self.file_path, self.the_data)
# ************************v3 Shit************************