SENSITIVE CONTENTthis link may contain content that is not appropriate for all audiences.

stream credits

sub badges:

bit badges:

screens:

emotes:

panels:

discover my full cosplay gallery ➜ fans.ly/kitsudare

fetch("https://discord.com/api/v9/invites/kitsu?with_counts=true") .then(data => data.json()) .then(data => { let discordName = document.getElementById("discord-name"); let discordImage = document.getElementById("discord-image"); let discordOnline = document.getElementById("discord-online"); let discordTotal = document.getElementById("discord-total"); discordName.innerText = " ~(へˆ Λ†)へ"; discordImage.src = "https://imgur.com/0stTcY2.png"; discordOnline.innerText = data.approximate_presence_count + " online"; discordTotal.innerText = data.approximate_member_count + " ghosts"; });