Replies: 2 comments
-
Yeah it should be doable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
it should be quite simple. you can fetch a guild's info from the widget api. {
"id": "909511169860042762",
"name": "matievisthekat's server",
"instant_invite": null,
"channels": [
{
"id": "909511169860042766",
"name": "General",
"position": 0
}
],
"members": [
{
"id": "0",
"username": "matievisthekat",
"discriminator": "0000",
"avatar": null,
"status": "online",
"avatar_url": "https://cdn.discordapp.com/widget-avatars/H9TowbWYnpm9gSaldSJnuikKh409-JoMewh11O5fWpo/9SEqTfTpSfHMEbPTzsJLF1Vv0d0QrDmoUXme169cSdZyLW187axziOVkbs_QFLMJaguX9d6wky1lamOaF9_VdLT89XdgUkTnV147-JkWkRMp5jrBD2h6iTa6z0LMdZfCzuS-uURSn4FuVQ"
}
],
"presence_count": 1
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An example of a Discord plugin. Is Metrics possible to show Discord member online?
Beta Was this translation helpful? Give feedback.
All reactions