diff options
| author | 8cy <[email protected]> | 2020-06-17 20:48:10 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-17 20:48:10 -0700 |
| commit | 67918855a725c619cc06b7ff6c7c60c6e7ee9db2 (patch) | |
| tree | d30e4ab4c5425f1010c68b632d386f00628dae83 /config.json | |
| parent | Initial commit (diff) | |
| download | pydii-67918855a725c619cc06b7ff6c7c60c6e7ee9db2.tar.xz pydii-67918855a725c619cc06b7ff6c7c60c6e7ee9db2.zip | |
:star2: Pydii
honestly this is pretty low effort and just needed a quick and dirty way of settings my rpc other than betterdiscord. feel free to use and have fun.
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..0d1369b --- /dev/null +++ b/config.json @@ -0,0 +1,22 @@ +{ + "client_id": "723019872807813144", + "rpc": { + "state": "Made with love by Sin", + "details": "Cool, I have a custom status!", + "time": true, + "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", + "party_id": "", + "party_size": "", + "join": "", + "spectate": "", + "match": "", + "instance": true + } +} |