• Hello,
    I’m trying to notify one particular rank, but seams not possible adding this code
    <@&IDrank>

    Is there a possible to do this working ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try replacing the name with the ID
    \@role or name
    do the above in discord and it will give you what you need

    Thread Starter Am4rok

    (@saphorin)

    This dont work did it before porting here
    we can’t add <> in the form so.. is there another possibility ?

    • This reply was modified 3 years, 3 months ago by Am4rok.
    • This reply was modified 3 years, 3 months ago by Am4rok.
    Thread Starter Am4rok

    (@saphorin)

    here is the code I tried

    {
        "content": ":loudspeaker: <@&864944574610538517> **Nouvel %type% sur le site!** ",
        "embeds": [
            {
                "author": {
                    "name": "%author%",
                    "url": "%author_url%",
                    "icon_url": "%gravatar%"
                },
                "title": "%title%",
                "description": "%excerpt%",
                "url": "%link%",
                "thumbnail": {
                    "url": "%thumbnail%"
                }
            }
        ]
    }

    When registered, the <@&864944574610538517> disapear

    With this one, doesn’t work

    {
        "content": ":loudspeaker: @&864944574610538517 **Nouvel %type% sur le site!** ",
        "embeds": [
            {
                "author": {
                    "name": "%author%",
                    "url": "%author_url%",
                    "icon_url": "%gravatar%"
                },
                "title": "%title%",
                "description": "%excerpt%",
                "url": "%link%",
                "thumbnail": {
                    "url": "%thumbnail%"
                }
            }
        ]
    }

    maybe I did something wrong.. is there a solution ? Thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add @IDrank not possible’ is closed to new replies.