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 reactionsmacros.json #195

Closed IlGnome closed 6 years ago

IlGnome commented 6 years ago

Reaction macros for reactions.py (formally dwi.py)

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.

IlGnome commented 6 years ago

It already uses spaces instead of tabs?

linuxdaemon commented 6 years ago

Yes but the indentation and stuff isn't consistent, that script will make sure they are all the same format

IlGnome commented 6 years ago

PR was re-done as a single PR instead of two.