{{/*### Handler=/settings/discord TitleBar=Discord donor KyutGrill=settings2.jpg Include=menu.html MinPrivileges=6 */}} {{ define "tpl" }}
{{ template "settingsSidebar" . }}
{{ $q := qb "SELECT discordid FROM discord_roles WHERE userid = ? LIMIT 1" .Context.User.ID }} {{ if $q.discordid }}

{{ .T "Your discord account has been linked to this Ripple account. Welcome to the donors club and thank you for supporting us! You have now access to the #donators text and voice channels on our official Discord server! You can also set a custom role name and username colour and change your nickname on Discord. If you want to change your nickname, you can use the /nick command. To set or edit your custom role name and colour, use the command !role HEX_COLOUR ROLE_NAME. You can pick your HEX colour here, it's the one that starts with '#'. You can change your role name and colour whenever you want!" | html }}

{{ .T "Thank you for supporting us and have fun on Ripple!" }}

{{ else }}

{{ .T "Donors get special privileges on our Discord server too!" }}

{{ .T "Discord is a chatroom with text and voice channels, bots and lots of other cool features. You can download Discord for free here and you can join our official Discord server here." (config "DiscordServer") | html }}

{{ .T "Here's what you get if you link your Discord account:" }}

  • {{ .T "Access to /nick command, to change your Discord nickname" }}
  • {{ .T "Access to #donators text and voice channels" }}
  • {{ .T "Username on donors list" }}
  • {{ .T "Custom role with custom username" }}

{{ .T "To get these perks, first of all join our Discord server, then click this fancy button:" (config "DiscordServer") | html }}

{{ .T "Get Discord donor privileges" }}

{{ end }}
{{ end }}