xackery / discordeq

Deprecated. Check out TalkEQ instead at https://github.com/xackery/talkeq
Apache License 2.0
10 stars 10 forks source link

Remove need for IGN: roles, now uses a .JSON file. #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

This PR is just for proof of concept, can probably be improved.

Just need a file called name_config.json in the directory.

Example

[
    {
        "discord": "CLIENT_ID",
        "name": "CLIENT_NAME"
    }
]