wndkx

CordRPC

Github

Download

CordRPC - is a utility to create a cool menu in your discord profile.

License

Setup

Default config:

{
            "client_id": "YOUR_CLIENT_ID_HERE",
            "large_image": "YOUR_LARGE_IMAGE",
            "large_text": "YOUR_LARGE_TEXT",
            "details": "YOUR_DETAILS",
            "state": "STATE",
            "update_time": 60,
            "buttons": [
                {
                    "label":"BUTTON_LABEL",
                    "url": "URL"
                },
                {
                    "label":"BUTTON_LABEL",
                    "url": "URL"
                }
            ]
        }
        

Code:

{
            "client_id": "1094627712070582333",
            "large_image": "bb6",
            "large_text": "large text",
            "details": "Details",
            "state": "State",
            "update_time": 60,
            "buttons": [
                {
                    "label":"Link 1",
                    "url": "https://youtube.com"
                },
                {
                    "label":"Link 2",
                    "url": "https://github.com"
                }
            ]
        }
        

And the menu:

Menu

NOTE! The bold text is a name of your bot. Please remember it.