diff options
| author | Sin <[email protected]> | 2020-06-17 20:49:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-17 20:49:54 -0700 |
| commit | 94ec6f5aa0067545ee09a1b799f782378ec315c5 (patch) | |
| tree | dd3fd61fde255ad363dbdef75e4cb9bd2b1edfd6 | |
| parent | :star2: Pydii (diff) | |
| download | pydii-94ec6f5aa0067545ee09a1b799f782378ec315c5.tar.xz pydii-94ec6f5aa0067545ee09a1b799f782378ec315c5.zip | |
fix weird indentation bug vim made1.0.0
| -rw-r--r-- | config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json index 0d1369b..134f618 100644 --- a/config.json +++ b/config.json @@ -4,14 +4,14 @@ "state": "Made with love by Sin", "details": "Cool, I have a custom status!", "time": true, - "custom_time": false, + "custom_time": false, "start": "1", "end": "", "large_image": "icon", "large_text": "Pydii", "small_image": "profile", "small_text": "v1.0.0", - "_comment": "Advanced users only below", + "_comment": "Advanced users only below", "party_id": "", "party_size": "", "join": "", |