Skip to content

Conversation

EmmmaTech
Copy link
Contributor

Summary

This PR adds documentation for ext.bridge.

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

Copy link
Member

@plun1331 plun1331 left a comment

Choose a reason for hiding this comment

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

Maybe note the message content requirement for prefixed commands, and add the page to the manuals section of the index page

Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
@Dorukyum Dorukyum merged commit 42d68f6 into Pycord-Development:ext-compat Apr 2, 2022
BobDotCom added a commit that referenced this pull request Apr 9, 2022
* fix: add sinks to packages

* Change register_command to use RuntimeError

* Initial ext.compat commit

* Remove extra quot. mark

* Add support for AutoShardedBot

* Add ext.compat to packages

* Fix imports

* Fix AutoShardedBot docstring

* Fix discord.Bot.application_command docstring

* Fix docstring again

* Fix imports

* Documentation

* Remove unused import

* fix imports

* Change register_command to use RuntimeError

* Initial ext.compat commit

* Remove extra quot. mark

* Add support for AutoShardedBot

* Add ext.compat to packages

* Fix imports

* Fix AutoShardedBot docstring

* Fix discord.Bot.application_command docstring

* Fix docstring again

* Fix imports

* Documentation

* Remove unused import

* fix imports

* Remove followup alias

* change typing to trigger_typing

* add edit method

* Fix typos

* Fix typo

* Fix typo

* Fix mentionable option type

* Support different option types besides str

* Fix 3.10 support for Union in options

* rename ext-compat to ext-bridge (and related objects)

* *Actually* fix mentionable option types

* chore: add cog support for Bridge Commands

* chore: use a getattr test instead of a TypeVar test

* Fix bridge option choice conversion

* Search for choice names as well

* Rename BridgeOption

* Add example

* feat: add ext.bridge docs (#1222)

* feat: add ext.bridge docs

* chore: requested changes

* Update docs/ext/bridge/index.rst

Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>

Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>

Co-authored-by: Vincent <vincentbusiness55@gmail.com>
Co-authored-by: Krittick <ben@krittick.net>
Co-authored-by: EmreTech <50607143+EmreTech@users.noreply.github.com>
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
@EmmmaTech EmmmaTech deleted the origin/ext-bridge branch April 11, 2022 16:23
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.

3 participants