- Show Discord Status
- Show Discord Username
- Show Discord Discriminator
- Show Discord Avatar
- Show Discord Banner
- Show Discord Badges
- Show Discord Bio
- Responsive for mobile
- Online
- Idle / AFK
- Do not disturb
- Streaming
- Offline / Insivible
- Source code of this website is form Domin-MND (I just edit it).
- To make realtime Discord Status, I used Landyard API by Phineas.
- For realtime banner update, I used Mesavirep's Discord API.
- Fork this repository
- Edit
index.html
andstyle.css
to your liking - Go to your repository settings and enable GitHub Pages
- Change Discord User ID to your own in
script.js
(line 1)
const userID = "<discord user id>";
Note This project is using Landyard API to get user data. So you need to join this server, then the bot can read your status and information to display them realtime on the website.