edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

create .hug command #192

Closed toasti closed 6 years ago

toasti commented 6 years ago

created .hug command using lurve.py and lurve.json as templates.

.hug hugs the user <3

linuxdaemon commented 6 years ago

I'd recommend running the format_json.py script in the root of the repo when adding new data files, just to ensure they are in the same format as the other JSON files in the project.

toasti commented 6 years ago

@linuxdaemon did that just now, i think it only placed the "parts": {} line at the top.

I used the most recent version of lurve.json and lurve.py from today as template :)

linuxdaemon commented 6 years ago

It also appears to have fixed the indentation in the json file as seen here. That is the main purpose of the script, to fix indentation