This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Neztore 12/10/18 | |
| Info: | |
| Basic nodejs prompt to make custom rich presence easier. | |
| See discord docs: https://discordapp.com/developers/docs/rich-presence/how-to | |
| startTimestamp & endTimestamp must be numbers. Set only "startTimestamp" to make it show elapsed - https://discordapp.com/developers/docs/rich-presence/how-to#updating-presence-update-presence-payload-fields | |
| image values should be strings, and match the name of the images you uploaded on the application page (https://discordapp.com/developers/applications/) | |
| If a value is not entered (you press enter without putting anything in), that option will be skipped. It will remain as-is. |