| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-13 | Wrap guild-wise command set code in a Promise.all() to correctly wait the ↵ | Federico "fuji97" Rapetti | 1 | -6/+9 | |
| API to resolve | |||||
| 2022-01-13 | Fix typo in guild-create.ts | Federico "fuji97" Rapetti | 1 | -1/+1 | |
| 2022-01-12 | Refactor production checks | Federico fuji97 Rapetti | 3 | -19/+20 | |
| 2022-01-11 | Edit Docker templates | Federico fuji97 Rapetti | 2 | -1/+2 | |
| 2022-01-10 | Fix lint commands and lint errors | Federico fuji97 Rapetti | 2 | -2/+2 | |
| 2022-01-10 | Merge branch 'feature/slash-commands' into feature/slash-commands | Federico Rapetti 20018955 | 1 | -2/+2 | |
| 2022-01-10 | Update Docker templates in README.md | Federico fuji97 Rapetti | 1 | -1/+2 | |
| 2022-01-10 | Refactor bot commands update system | Federico fuji97 Rapetti | 3 | -10/+33 | |
| 2022-01-10 | Change welcome message to use slash command | Federico fuji97 Rapetti | 1 | -1/+1 | |
| 2022-01-09 | Fix database path for Windows | Max Isom | 2 | -1/+6 | |
| 2022-01-07 | Add script to clear key value cache | Max Isom | 2 | -0/+11 | |
| 2022-01-07 | Bump discord.js | Max Isom | 5 | -205/+145 | |
| 2022-01-07 | Bump youtube.ts | Max Isom | 3 | -8/+8 | |
| 2022-01-06 | Remove unnecessary dependency | Max Isom | 2 | -580/+23 | |
| 2022-01-06 | Don't silently fail | Max Isom | 2 | -48/+38 | |
| 2022-01-06 | Release 0.3.1 | Max Isom | 2 | -2/+5 | |
| 2022-01-06 | Fix Prisma migrations in Docker images | Max Isom | 2 | -0/+6 | |
| 2022-01-05 | Add checkout step | Max Isom | 1 | -0/+2 | |
| 2022-01-05 | Release 0.3.0 | Max Isom | 4 | -10/+15 | |
| 2022-01-05 | Update CHANGELOG | Max Isom | 1 | -0/+1 | |
| 2022-01-05 | Setup and migrate to Prisma (#456) | Peerawas Archavanuntakun | 30 | -273/+605 | |
| 2021-12-27 | Fix invite scope | Max Isom | 1 | -1/+1 | |
| 2021-12-27 | Refactor shuffle command as slash command | Federico fuji97 Rapetti | 1 | -10/+12 | |
| 2021-12-27 | Refactor seek command as slash command | Federico fuji97 Rapetti | 1 | -26/+31 | |
| 2021-12-27 | Remove old functions from commands | Federico fuji97 Rapetti | 3 | -79/+11 | |
| 2021-12-27 | Refactor unskip command as slash command | Federico fuji97 Rapetti | 1 | -1/+21 | |
| 2021-12-27 | Refactor skip command as slash command | Federico fuji97 Rapetti | 1 | -1/+28 | |
| 2021-12-26 | Merge pull request #436 from codetheweb/dependabot/npm_and_yarn/youtube.ts-0.2.3 | Max Isom | 2 | -5/+5 | |
| 2021-12-26 | Bump youtube.ts from 0.2.2 to 0.2.3 | dependabot[bot] | 2 | -5/+5 | |
| Bumps [youtube.ts](https://github.com/Tenpi/youtube.ts) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/Tenpi/youtube.ts/releases) - [Commits](https://github.com/Tenpi/youtube.ts/commits) --- updated-dependencies: - dependency-name: youtube.ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2021-12-26 | Merge pull request #441 from codetheweb/dependabot/npm_and_yarn/ytdl-core-4.9.2 | Max Isom | 2 | -7/+7 | |
| 2021-12-26 | Change module version to ES2020 | Federico fuji97 Rapetti | 2 | -8/+2 | |
| 2021-12-26 | Update remove command to slash command | Federico fuji97 Rapetti | 1 | -7/+34 | |
| 2021-12-26 | Rollback to Node v16.13.0 | Federico fuji97 Rapetti | 3 | -3/+3 | |
| 2021-12-26 | Fix lint on Windows | Federico fuji97 Rapetti | 1 | -2/+2 | |
| 2021-12-26 | Change node.js version to v17 in Dockerfile | Federico fuji97 Rapetti | 1 | -1/+1 | |
| 2021-12-26 | Improve commands registration | Federico fuji97 Rapetti | 5 | -4114/+4210 | |
| 2021-12-21 | Merge branch 'master' into feature/slash-commands | Max Isom | 11 | -195/+973 | |
| 2021-12-21 | Handle if queue reply is deleted | Max Isom | 2 | -15/+51 | |
| 2021-12-20 | Bump ytdl-core from 4.9.1 to 4.9.2 | dependabot[bot] | 2 | -7/+7 | |
| Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.9.1...v4.9.2) --- updated-dependencies: - dependency-name: ytdl-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2021-12-18 | Merge branch 'master' of github.com:codetheweb/muse | Max Isom | 2 | -22/+29 | |
| 2021-12-18 | Fix Docker Hub description step | Max Isom | 1 | -1/+1 | |
| 2021-12-18 | Merge pull request #433 from codetheweb/dependabot/npm_and_yarn/typescript-4.5.4 | Max Isom | 2 | -5/+5 | |
| 2021-12-18 | Merge pull request #430 from codetheweb/dependabot/npm_and_yarn/types/ws-8.2.2 | Max Isom | 2 | -5/+5 | |
| 2021-12-18 | Merge pull request #435 from ↵ | Max Isom | 2 | -5/+5 | |
| codetheweb/dependabot/npm_and_yarn/types/node-17.0.0 | |||||
| 2021-12-18 | Bump typescript from 4.5.3 to 4.5.4 | dependabot[bot] | 2 | -5/+5 | |
| Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2021-12-18 | Merge pull request #427 from codetheweb/dependabot/npm_and_yarn/type-fest-2.8.0 | Max Isom | 2 | -5/+5 | |
| 2021-12-18 | Merge pull request #429 from codetheweb/dependabot/npm_and_yarn/debug-4.3.3 | Max Isom | 2 | -2/+9 | |
| 2021-12-18 | Bump debug from 4.3.2 to 4.3.3 | dependabot[bot] | 2 | -2/+9 | |
| Bumps [debug](https://github.com/debug-js/debug) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.3.2...4.3.3) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2021-12-18 | Bump type-fest from 2.5.4 to 2.8.0 | dependabot[bot] | 2 | -5/+5 | |
| Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 2.5.4 to 2.8.0. - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](https://github.com/sindresorhus/type-fest/compare/v2.5.4...v2.8.0) --- updated-dependencies: - dependency-name: type-fest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2021-12-18 | Release 0.2.1 | Max Isom | 2 | -2/+5 | |
