This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): version 2.2.0 (#618)
* chore(deps): update lockfile * feat(env_example): set prefix as array * feat(env_example): add formats to 'PREFIX' * feat(config): change 'prefix' to 'prefixes' * feat(config): remove same character in 'prefixes' * feat(env_example): separate main prefix and alternative prefixes * feat(config): separate main prefix and alternative prefixes * feat(config): main prefix shouldn't be added to alternative prefixes * feat(MessageCreateEvent): add multi-prefix detection * feat(MessageCreateEvent): bot mention should be checked first * feat(MessageCreateEvent): change mention prefix detection * feat(MessageCreateEvent): change mention prefix detection regex * feat(CommandManager): handle custom prefix * fix(HelpCommand): fix compiler issue * fix(GeneralUtil): fix compiler issue * fix(PlayCommand): fix compiler issue * fix(SkipToCommand): fix compiler issue * fix(ReadyEvent): fix compiler issue * fix(config): fix wrong env value * fix(MessageCreateEvent): fix wrong ID checking * fix(CommandManager): fix wrong prefix checking * fix(MessageCreateEvent): fix linter issue * feat(GeneralUtil): add support for 'soundcloud.app.goo.gl' * feat(lang/en): add 'categoryName' to each command category * feat(commands): use localization on category metas * feat(CommandContext): add non-command interaction reply * fix(NowPlayingCommand): fix unable to get state in audio player causing the bot to restart * chore(deps): bump got from 11.8.2 to 11.8.3 (#615) Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.3. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.8.2...v11.8.3) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @types/node from 16.11.7 to 16.11.8 (#616) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 16.11.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(NowPlayingCommand): fix unable to get state in audio player causing the bot to restart * chore(deps): upgrade lockfile * chore(heroku): update on the config file too * feat(lang/id): tambahkan 'categoryName' di setiap kategori command * feat(lang/es): agregue 'categoryName' a cada categoría de comando * chore(deps): bump youtube-dl-exec from 1.2.6 to 2.0.0 * fix(YTDLUtil): fix compiler issue * chore(heroku): synchronize with env_example * fix(YTDLUtil): remove unnecessary assertion due to linter error * chore(deps): bump got from 11.8.2 to 11.8.3 (#619) Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.3. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.8.2...v11.8.3) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @types/node from 16.11.7 to 16.11.9 (#621) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 16.11.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mzrtamp <[email protected]> * chore(deps): bump date-fns from 2.25.0 to 2.26.0 (#622) Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](date-fns/date-fns@v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 (#623) Bumps [eslint](https://github.com/eslint/eslint) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): upgrade lockfile * chore(release): version 2.2.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mzrtamp <[email protected]> Co-authored-by: mzrtamp <[email protected]>
- Loading branch information