You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
In discord Server Server Settings -> Widget turn on Enable Server Widget switch.
Below that, you will find SERVER ID
If we insert this SERVER ID in this URL https://img.shields.io/discord/<server-id>.svg?style=for-the-badge we will get a badge that looks like this
Which when clicked takes to our discord server invite page.
And Discord also has JSON API https://discordapp.com/api/guilds/<server-id>/widget.json just replace our server-id in above URL you can view online member details like in this URL https://discordapp.com/api/guilds/102860784329052160/widget.json which we can use to display some stats in our website.
The text was updated successfully, but these errors were encountered:
Sorry for seeing this so late @vinaypuppal. This is a nice idea, but atm our online/offline numbers on Discord are not as good as we would want them to be, so I think we should do this once we have a lot more engagement and activity in our chatroom.
Server Settings -> Widget
turn onEnable Server Widget
switch.SERVER ID
SERVER ID
in this URLhttps://img.shields.io/discord/<server-id>.svg?style=for-the-badge
we will get a badge that looks like thisJSON
APIhttps://discordapp.com/api/guilds/<server-id>/widget.json
just replace our server-id in above URL you can view online member details like in this URL https://discordapp.com/api/guilds/102860784329052160/widget.json which we can use to display some stats in our website.The text was updated successfully, but these errors were encountered: