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

feat: add additional operations to BaseFlags #1486

Merged
merged 16 commits into from
Jul 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update discord/flags.py
  • Loading branch information
Lulalaby authored Jul 11, 2022
commit c428e2fad035821297fe98193590a63dc9026455
2 changes: 1 addition & 1 deletion discord/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class MessageFlags(BaseFlags):
to be, for example, constructed as a dict or a list of pairs.

.. describe:: x + y
celsiusnarhwal marked this conversation as resolved.
Show resolved Hide resolved
Adds two flags together.
Adds two flags together.

.. describe:: x - y
celsiusnarhwal marked this conversation as resolved.
Show resolved Hide resolved
Subtracts two flags from each other.
Expand Down