Skip to content

chore: 🗑️ Deprecate deprecated#3118

Open
Paillat-dev wants to merge 1 commit intomasterfrom
fix/at-deprecated-was-documented
Open

chore: 🗑️ Deprecate deprecated#3118
Paillat-dev wants to merge 1 commit intomasterfrom
fix/at-deprecated-was-documented

Conversation

@Paillat-dev
Copy link
Member

Summary

Seems like @deprecated was acutally documente (?!) so we can't remove it 😭. Here we deprecate deprecated.

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

@Paillat-dev Paillat-dev requested a review from a team as a code owner February 21, 2026 18:30
@pycord-app
Copy link

pycord-app bot commented Feb 21, 2026

Thanks for opening this pull request!
Please make sure you have read the Contributing Guidelines and Code of Conduct.

This pull request can be checked-out with:

git fetch origin pull/3118/head:pr-3118
git checkout pr-3118

This pull request can be installed with:

pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3118/head

@Paillat-dev Paillat-dev requested review from Soheab and plun1331 and removed request for plun1331 February 21, 2026 18:34


@ext_deprecated(
"@deprecated is deprecated since version 2.8, consider using @warnings.deprecated instead."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the @

Suggested change
"@deprecated is deprecated since version 2.8, consider using @warnings.deprecated instead."
"deprecated is deprecated since version 2.8, consider using warnings.deprecated instead."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk I'm fine with either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants