Skip to content

Conversation

VincentRPS
Copy link
Contributor

Summary

Moved from the original pull BobDotCom#11

Only thing which still needs work is the guide, but everything else is done.

Checklist

  • 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
  • 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, ...)

VincentRPS and others added 30 commits December 8, 2021 16:52
…x-attributes

ApplicationContext attributes
Not checking if `activity` is instance of `int` when `activity` is an instance of `EmbeddedActivity` will result in better processing efficiency.
`cast` is missing from the `typing` library when scheduling a task
to be run again.
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Update recent change to CogMeta class to only apply to ApplicationCommand groups
@VincentRPS VincentRPS self-assigned this Jan 13, 2022
@VincentRPS VincentRPS added documentation Improvements or additions to documentation Merge with squash priority: high High Priority status: in progress Work in Progess labels Jan 13, 2022
@VincentRPS VincentRPS added this to the v2.0 milestone Jan 13, 2022
@VincentRPS VincentRPS marked this pull request as ready for review January 13, 2022 06:10
@Lulalaby
Copy link
Member

image
eh

@Lulalaby Lulalaby merged commit c64624a into Pycord-Development:trunk/docs Jan 13, 2022
@Lulalaby Lulalaby deleted the refresh/docs branch January 13, 2022 09:54
@Lulalaby Lulalaby linked an issue Jan 30, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority: high High Priority status: in progress Work in Progess
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation for new API