Closed contusionglory closed 1 year ago
Sorry for the late reply,
The guild returned from the join_guild()
method is not the same guild that is added to cache, you must get it from cache first. Additionally, instead of making dunder channel classes, you can use discord.Object(id=xxx)
.
Summary
When using the join_guild instead of get_guild the fetch_members returns discord.errors.ClientException: Fetching members failed
Reproduction Steps
Join a guild with lurking Fetch members Print members
Code
(i made the class because it dosen't fetch the chats with join_guild)