This is an easy-to-use free open-source music bot called Stereo. You can host it yourself or use our own hosted version. Checkout https://stereo-bot.xyz/ for more information!
sapphiredev/utilities
### [`v4.0.2`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/decorators/CHANGELOG.md#402-httpsgithubcomsapphiredevutilitiescomparesapphiredecorators401sapphiredecorators402-2022-01-21)
[Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@4.0.1...@sapphire/decorators@4.0.2)
**Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators)
### [`v4.0.1`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/decorators/CHANGELOG.md#401-httpsgithubcomsapphiredevutilitiescomparesapphiredecorators400sapphiredecorators401-2022-01-21)
[Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@4.0.0...@sapphire/decorators@4.0.1)
**Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators)
### [`v4.0.0`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/decorators/CHANGELOG.md#400-httpsgithubcomsapphiredevutilitiescomparesapphiredecorators316sapphiredecorators400-2022-01-16)
[Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.6...@sapphire/decorators@4.0.0)
##### Features
- **decorators:** add container to `ApplyOptions` callback ([#258](https://togithub.com/sapphiredev/utilities/issues/258)) ([d2876b8](https://togithub.com/sapphiredev/utilities/commit/d2876b83ce2356424e12e63cfe9f9e14c6ce52e0))
- **decorators:** remove `enumerable` and `enumerableMethod`. Use their PascalCased variants instead. ([38e2977](https://togithub.com/sapphiredev/utilities/commit/38e2977b8dc061d0d62f076b12808b196e92b73a))
##### BREAKING CHANGES
- **decorators:** The previously deprecated enumerable`and`enumerableMethod\` decorators have been removed. Use their PascalCased variants instead.
- **decorators:** When using `@ApplyOptions` with a callback function, the single parameter of `PieceContex` been changed to an object, which also has a property of `Container`. Migration change is `@ApplyOptions(({ context }) => ({`
#### [3.1.6](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.5...@sapphire/decorators@3.1.6) (2022-01-12)
**Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators)
#### [3.1.5](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.4...@sapphire/decorators@3.1.5) (2022-01-10)
**Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators)
#### [3.1.4](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.3...@sapphire/decorators@3.1.4) (2021-11-06)
**Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators)
#### [3.1.3](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.2...@sapphire/decorators@3.1.3) (2021-10-26)
##### Bug Fixes
- **docs:** replace command usage of `run` to `messageRun` ([#204](https://togithub.com/sapphiredev/utilities/issues/204)) ([8279ec0](https://togithub.com/sapphiredev/utilities/commit/8279ec01e9037fb12e37e872979966c1c2e264e1))
#### [3.1.2](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.1...@sapphire/decorators@3.1.2) (2021-10-17)
##### Bug Fixes
- allow more node & npm versions in engines field ([5977d2a](https://togithub.com/sapphiredev/utilities/commit/5977d2a30a4b2cfdf84aff3f33af03ffde1bbec5))
#### [3.1.1](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.0...@sapphire/decorators@3.1.1) (2021-10-11)
**Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators)
Configuration
📅 Schedule: "before 12pm on Sunday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^3.1.6
->^4.0.2
Release Notes
sapphiredev/utilities
### [`v4.0.2`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/decorators/CHANGELOG.md#402-httpsgithubcomsapphiredevutilitiescomparesapphiredecorators401sapphiredecorators402-2022-01-21) [Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@4.0.1...@sapphire/decorators@4.0.2) **Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators) ### [`v4.0.1`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/decorators/CHANGELOG.md#401-httpsgithubcomsapphiredevutilitiescomparesapphiredecorators400sapphiredecorators401-2022-01-21) [Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@4.0.0...@sapphire/decorators@4.0.1) **Note:** Version bump only for package [@sapphire/decorators](https://togithub.com/sapphire/decorators) ### [`v4.0.0`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/decorators/CHANGELOG.md#400-httpsgithubcomsapphiredevutilitiescomparesapphiredecorators316sapphiredecorators400-2022-01-16) [Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/decorators@3.1.6...@sapphire/decorators@4.0.0) ##### Features - **decorators:** add container to `ApplyOptions` callback ([#258](https://togithub.com/sapphiredev/utilities/issues/258)) ([d2876b8](https://togithub.com/sapphiredev/utilities/commit/d2876b83ce2356424e12e63cfe9f9e14c6ce52e0)) - **decorators:** remove `enumerable` and `enumerableMethod`. Use their PascalCased variants instead. ([38e2977](https://togithub.com/sapphiredev/utilities/commit/38e2977b8dc061d0d62f076b12808b196e92b73a)) ##### BREAKING CHANGES - **decorators:** The previously deprecated enumerable`and`enumerableMethod\` decorators have been removed. Use their PascalCased variants instead. - **decorators:** When using `@ApplyOptions` with a callback function, the single parameter of `PieceContex` been changed to an object, which also has a property of `Container`. Migration change is `@ApplyOptionsConfiguration
📅 Schedule: "before 12pm on Sunday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.