Okay if you want the icon, this what you have to do. You'll have to download
Material Font Icons, upload it somewhere on your server and link to it in the PAGE_CONTAINER or page_container_js_head template like so:
Code:
<link href="/path/to/materialdesignicons.min.css" media="all" rel="stylesheet" type="text/css" />
After that, add this to EXTRA.css
Code:
.discord-widget h3:before {
font-family: "Material Design Icons"
font-size: 16px;
content: "\f66f"
margin-right: 6px;
text-align: center;
width: 1.28571429em;
display: inline-block;
}
If you want the colored "Join Server" button then go to the "[AH] Discord Widget" style properties and then choose "Join Button." and make the background this color:
rgb(114,137,218) and the color
white.