Merubokkusu / Discord-S.C.U.M

A Discord API Wrapper for Userbots/Selfbots written in Python.
MIT License
581 stars 170 forks source link

fetch guild members #485

Open noam620 opened 1 month ago

noam620 commented 1 month ago

hi, i would like to fetch the guild members from a server that I am not a member of, is it possible with you bot.gateway.fetchMembers or bot.gateway.queryGuildMembers? because while running your code, i'm getting key error on this line: Session.settings_ready['guilds'], in the hasMembers function.

Thanks