larsrickert / discord-player-plus

🤖 Library for creating discord music bots using discord.js v14 written in TypeScript.
https://discordplayerplus.lars-rickert.de
MIT License
7 stars 2 forks source link

docs(commands): fix "command" not available in options #8

Closed needhamgary closed 1 year ago

needhamgary commented 1 year ago

Semantic pull request template

This repository uses semantic release for automatically managing changelogs, package versions and GitHub releases. This PR must follow the below semantic release rules.


Pull request title

The title must follow the naming scheme type(scope): Title, e.g. feat(component-xyz): add click event and be in present tense.

Types

Available types can be found here.

Scopes

The scope is optional but you can set it e.g. to the component or feature that this PR is about. Setting the scope to no-release will not trigger a semantic release after the PR is merged.


Pull request description

Describe all important changes of this PR in present tense.

If the PR contains breaking changes (not backwards-compatible) you must add the keyword BREAKING CHANGE: or BREAKING CHANGES:. For example:

BREAKING CHANGE: Remove property "myProp" from component XYZ

larsrickert commented 1 year ago

Thanks for your contribution! The PR is merged and released on: https://discordplayerplus.lars-rickert.de/guide/commands.html

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.4.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: