We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CODE
def add_all_users_to_db(): for member in client.get_all_members(): print(member.name, member.id)
OUTPUT KnightsRPG 742218608230269060 For some reason my bot is returning its own name and id, and it does it three times. Is this a bug?
KnightsRPG 742218608230269060
The text was updated successfully, but these errors were encountered:
Next time you open an issue please do not delete the template. It's there for a reason.
This is a duplicate of #5867 and the documentation here
Sorry, something went wrong.
I see, sorry man. Thanks for letting me know
No branches or pull requests
CODE
OUTPUT
KnightsRPG 742218608230269060
For some reason my bot is returning its own name and id, and it does it three times. Is this a bug?
The text was updated successfully, but these errors were encountered: