#How do I put a link in the details part of my server?

13 messages · Page 1 of 1 (latest)

odd viper
#

I'm having a lot of trouble putting the button that redirects to a website

#

I also researched this (accept/decline) screen and did not find a method to do this

winged mulch
odd viper
odd viper
winged mulch
winged mulch
soft finch
#
"Links": [
      {
        "Message": "Text for button 1",
        "Url": "https://UrlForButton1/"
      },
      {
        "Message": "Text for button 2",
        "Url": "https://UrlForButton2/"
      },
      {
        "Message": "LastButton",
        "Url": "https://LastButton/"
      }
    ]```
odd viper
soft finch
#

no problem! happy2