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

Added new embedded activites with documentation. #267

Merged
merged 5 commits into from
Oct 14, 2021
Merged

Added new embedded activites with documentation. #267

merged 5 commits into from
Oct 14, 2021

Conversation

Prince2347X
Copy link
Contributor

Summary

This pull request adds new embedded activities..

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • 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, ...)

discord/enums.py Outdated Show resolved Hide resolved
docs/api.rst Outdated Show resolved Hide resolved
@CodeWithSwastik CodeWithSwastik merged commit 897c93b into Pycord-Development:master Oct 14, 2021
CodeWithSwastik added a commit that referenced this pull request Oct 19, 2021
* Prefer static_format over format with static assets

* GitHub Action to lint Python code

* bytes, not Bytes

* Update lint_python.yml

* Delete lint_python.yml

* Fix typos discovered by codespell

* Fix typos discovered by codespell

* GitHub Action to run codespell

* Make id parameter positional only

* Code Of conduct is a suggestion by Github

* Change `ctx.send` to `ctx.respond` in the README (#197)

* Update README.rst

* Update README.rst

* Added START_EMBEDDED_ACTIVITIES permission #198 (#199)

* Use start_embedded_activities instead of create_instant_invite

* Use an Enum for embedded activites

* Fix error in docstring

* Add typehinting to pull request checklist

* fix: distribution

* change: display text

* fixup! Fix typo for overridden

* Changed unchanged change

* Add *items to View

* Add Pycord Development to LICENSE

* License updates

* Fix accidental deletion in 1257776

* Add dependabot

* Add CodeQL

* Bump sphinx from 4.0.2 to 4.2.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.2.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v4.0.2...v4.2.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Set pycord user-agent (#241)

* created delete_after parameter for ctx.respond (#180)

* created delete_after parameter for ctx.respond

* Update discord/interactions.py

Co-authored-by: proguy914629 <[email protected]>

* added eventloop thing

* fixed ensure_future

Co-authored-by: proguy914629 <[email protected]>

* Added `on_raw_typing` event (#63)

* Added `on_raw_typing` event

* Fixes and adjustments for on_raw_typing

Co-authored-by: Swas.py <[email protected]>

* add support for role icons (#254)

* add support for role icons

* add unicode_emoji attribute and change Role.edit

* role.edit required b64 string for icon

* passing None should remove the icon

* change documentation to reflect changes

* update docstring for Role

* invalid sentence

* remove unnecessary documentation

* add new valid keys

* add valid keys

* set icon to None if unicode_emoji is passed

* Fix typo in docs

* Use `ctx.respond` in favor of `ctx.send`

* Use `ctx.respond` in favor of `ctx.send`

* Added new embedded activites with documentation. (#267)

* Added new embedded activities

* Removed chess and renamed youtube2

* Documented `EmbeddedActivity` Enumeration

* renamed youtube_advance to watch_together and added dev version of it

Co-authored-by: Lala Sabathil <[email protected]>

* Updated docs with the new naming convention

Co-authored-by: Lala Sabathil <[email protected]>

Co-authored-by: Lala Sabathil <[email protected]>

* add support for sending file(s) in interaction response (#263)

* add support for sending file(s) in interaction response

* update docstring

* fix

* add ephemeral attribute to Attachment

* use dict.get to avoid KeyErrors (#268)

* Revert "Add a dunder len to Message (#176)" (#270)

This reverts commit 2858bd1.

* Add missing flags

* Fix typo

* Typos .-.

* Fix typo

Co-authored-by: Sonic4999 <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Izhar Ahmad <[email protected]>
Co-authored-by: PGamerX <[email protected]>
Co-authored-by: Gracie <[email protected]>
Co-authored-by: Middledot <[email protected]>
Co-authored-by: DeviousLab <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
Co-authored-by: Aomi Vel <[email protected]>
Co-authored-by: BobDotCom <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Webster <[email protected]>
Co-authored-by: Cheeseboy8020 <[email protected]>
Co-authored-by: proguy914629 <[email protected]>
Co-authored-by: Zeffo <[email protected]>
Co-authored-by: Prince Raj <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants