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

document parameter checks #1863

Merged
merged 3 commits into from
May 1, 2024

Conversation

akiraveliara
Copy link
Member

the example might be a bit more detailed than is warranted, given it's basically the same mechanism

@akiraveliara akiraveliara added docs commands For issues related to DSharpPlus.Commands labels Apr 30, 2024
@akiraveliara akiraveliara added this to the v5.0 milestone Apr 30, 2024
docs/articles/commands/custom_context_checks.md Outdated Show resolved Hide resolved
docs/articles/commands/custom_context_checks.md Outdated Show resolved Hide resolved
docs/articles/commands/custom_context_checks.md Outdated Show resolved Hide resolved
docs/articles/commands/custom_context_checks.md Outdated Show resolved Hide resolved
docs/articles/commands/custom_context_checks.md Outdated Show resolved Hide resolved
docs/articles/commands/custom_context_checks.md Outdated Show resolved Hide resolved
@OoLunar OoLunar merged commit b8cdab1 into oolunar/docs/commands May 1, 2024
@OoLunar OoLunar deleted the aki/document-parameter-checks branch May 1, 2024 00:36
OoLunar added a commit that referenced this pull request May 2, 2024
akiraveliara added a commit that referenced this pull request May 2, 2024
* Rename `commands` to `commands_next`

- `cd $(ProjectRoot)/docs/`
- `rename "commands" "commands_next" images/commands*.png`
- `grep --files-with-matches -r "commands.*\.png" . | xargs sed -i -r -e "s/commands(.*)\.png/commands\_next\1\.png/g"`
- `mv commands commands_next`

* Rename CommandsNext article id's from `articles.commands` to `articles.commands_next`.

- `grep --files-with-matches -r "articles.commands." . | xargs sed -i "s/articles.commands./articles.commands_next./g"`

* Add deprecation notice to CommandsNext articles

* Rename Commands to CommandsNext in ToC

* First article

* Rename intro.md to introduction.md; Add custom argument converter article

* Add custom command checks article

* Add command error handling

* Consistent naming

* Fix context checks article name

* Actually call `.AddCheck`

* Autocomplete vs Choice Provider

* Formatting

* Deprecate `DSharpPlus.SlashCommands`

* checks article (#1818)

* add a few things to the checks article

* address feedback

* address PR feedback

* Deprecate CommandsNext and SlashCommands

* Remerge #1863, which mysteriously vanished

* CommandsNext isn't fully replaceable yet, for lack of help and overloads - Aki

* Document DI

* Fix hyperlinks

* CNext is unfortunately not obsoleted

* Allow the extension to use it's own obsolete classes

---------

Co-authored-by: Livia Silvercrown <61018569+akiraveliara@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commands For issues related to DSharpPlus.Commands docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants