YusufBilgin / DiscordScraper

A simple python app that "collect" informations from discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://discord.com/api/v9/guilds/{guild_id}/members

2021php opened this issue · comments

GET https://discord.com/api/v9/guilds/{guild_id}/members
Authorization: token
response is
{ "message": "Missing Access", "code": 50001 }

commented

I think that this endpoint is only suitable for bots. Removed request from code 👍