Skip to content
New issue

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

Add support for Discord.py 1.7+ #534

Merged
merged 1 commit into from
Jun 21, 2021
Merged

Commits on Jun 18, 2021

  1. Use BigInt for permissions field and remove max value validator

    BigInt is needed as Discord's permissions number now exceeds that which can be stored
    in a normal int. I have removed the max value validator, as this just adds
    maintanence burden for us each time Discord adds new permissions.
    ChrisLovering committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c40ed8c View commit details
    Browse the repository at this point in the history