dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
648 stars 153 forks source link

Guild Attribute Error #708

Closed djgruesome1 closed 1 week ago

djgruesome1 commented 1 week ago

Summary

After installation, some of the files appear to not be correctly pulling down from the repo. This is resulting in various attributes not being recognized when coding.

Reproduction Steps

Following the instructions to install the discord.py-self library. I noticed that some of the files in the library post-installation are missing code when compared to the same file in the repo. This is causing some attributes of modules to not be recognized.

Code

await guild.subscribe_to(members)

Expected Results

Guild should have the attribute "subscribe_to"

Actual Results

AttributeError: 'Guild' object has no attribute 'subscribe_to'

System Information

Checklist

Additional Information

No response

dolfies commented 1 week ago

You're looking at the docs based on the version in the master branch. Install from git to get the most up-to-date (and possibly unstable) version!