Commit graph

644 commits

Author SHA1 Message Date
Max Isom 4169104c4d
Type fixes, remove shortcuts 2022-01-19 13:46:32 -06:00
Max Isom ed4e7b5ceb
Merge branch 'master' into feature/slash-commands 2022-01-19 13:40:48 -06:00
Max Isom 86e9936578
Update README, naming 2022-01-18 22:09:07 -06:00
Max Isom da72cd708b
Release 0.4.0 2022-01-17 13:17:57 -06:00
Koopa 7090ed2a52
Add option to shuffle newly added playlist (#473)
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2022-01-17 13:17:31 -06:00
Max Isom c22722ea0e
Release 0.3.2 2022-01-17 12:43:33 -06:00
Max Isom 816485e41d
Use self-hosted runner for ARM builds (#477) 2022-01-17 12:40:34 -06:00
Federico "fuji97" Rapetti 0f0c3eb681 Wrap guild-wise command set code in a Promise.all() to correctly wait the API to resolve 2022-01-13 12:59:18 +01:00
Federico "fuji97" Rapetti 732a3bb87a Fix typo in guild-create.ts 2022-01-13 12:51:56 +01:00
Federico fuji97 Rapetti 03fdf1aab7 Refactor production checks 2022-01-12 00:47:54 +01:00
Federico fuji97 Rapetti 19848ba9f7 Edit Docker templates 2022-01-11 23:33:12 +01:00
Federico fuji97 Rapetti ce686b4281 Fix lint commands and lint errors 2022-01-10 22:02:55 +01:00
Federico Rapetti 20018955 1a1e90a642
Merge branch 'feature/slash-commands' into feature/slash-commands 2022-01-10 20:24:23 +01:00
Federico fuji97 Rapetti e4a4b52324 Update Docker templates in README.md 2022-01-10 20:18:48 +01:00
Federico fuji97 Rapetti ab164353c1 Refactor bot commands update system 2022-01-10 20:13:50 +01:00
Federico fuji97 Rapetti ac1fef836f Change welcome message to use slash command 2022-01-10 19:41:43 +01:00
Max Isom 21c9dee6f8
Fix database path for Windows 2022-01-09 18:52:05 -06:00
Max Isom c3231defb8
Add script to clear key value cache 2022-01-07 13:47:53 -06:00
Max Isom 892c06a110
Bump discord.js 2022-01-07 12:38:07 -06:00
Max Isom c1f64486e1
Bump youtube.ts 2022-01-07 12:26:17 -06:00
Max Isom d02249e1bb
Remove unnecessary dependency 2022-01-06 18:26:15 -06:00
Max Isom 65dd43ac68
Don't silently fail 2022-01-06 16:27:38 -06:00
Max Isom dcdec2d49e
Release 0.3.1 2022-01-06 14:27:07 -06:00
Max Isom 99d7c0978d
Fix Prisma migrations in Docker images 2022-01-06 14:26:37 -06:00
Max Isom 407af033b4
Add checkout step 2022-01-05 16:24:18 -06:00
Max Isom 49de1ce0bf
Release 0.3.0 2022-01-05 15:55:29 -06:00
Max Isom 9925298977
Update CHANGELOG 2022-01-05 14:46:07 -06:00
Peerawas Archavanuntakun 51d378e4cb
Setup and migrate to Prisma (#456) 2022-01-05 14:30:32 -06:00
Max Isom 83fa78e9fa
Fix invite scope 2021-12-27 22:58:22 -06:00
Federico fuji97 Rapetti 55d8a2e97b Refactor shuffle command as slash command 2021-12-27 18:41:26 +01:00
Federico fuji97 Rapetti 65e1f975b9 Refactor seek command as slash command 2021-12-27 18:26:37 +01:00
Federico fuji97 Rapetti e7a87c4f52 Remove old functions from commands 2021-12-27 16:56:19 +01:00
Federico fuji97 Rapetti 29c32ce65e Refactor unskip command as slash command 2021-12-27 16:53:36 +01:00
Federico fuji97 Rapetti 1890f264ac Refactor skip command as slash command 2021-12-27 16:43:23 +01:00
Max Isom 129d121364
Merge pull request #436 from codetheweb/dependabot/npm_and_yarn/youtube.ts-0.2.3 2021-12-26 14:49:45 -05:00
dependabot[bot] 432620e606
Bump youtube.ts from 0.2.2 to 0.2.3
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] <support@github.com>
2021-12-26 19:42:29 +00:00
Max Isom 0ec8a704f6
Merge pull request #441 from codetheweb/dependabot/npm_and_yarn/ytdl-core-4.9.2 2021-12-26 14:41:00 -05:00
Federico fuji97 Rapetti 995c0360fe Change module version to ES2020 2021-12-26 19:44:17 +01:00
Federico fuji97 Rapetti 7298ae1562 Update remove command to slash command 2021-12-26 18:06:24 +01:00
Federico fuji97 Rapetti 767cbf0e6c Rollback to Node v16.13.0 2021-12-26 18:05:56 +01:00
Federico fuji97 Rapetti 57eef9b099 Fix lint on Windows 2021-12-26 18:05:09 +01:00
Federico fuji97 Rapetti f2eec9f501 Change node.js version to v17 in Dockerfile 2021-12-26 04:56:55 +01:00
Federico fuji97 Rapetti 827ff350ee Improve commands registration 2021-12-26 04:45:50 +01:00
Max Isom c20e3b1760
Merge branch 'master' into feature/slash-commands 2021-12-21 21:14:59 -06:00
Max Isom 812d01edbd
Handle if queue reply is deleted 2021-12-21 21:02:07 -06:00
dependabot[bot] ed8850fbab
Bump ytdl-core from 4.9.1 to 4.9.2
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] <support@github.com>
2021-12-20 10:03:33 +00:00
Max Isom 7bc707ea1e
Merge branch 'master' of github.com:codetheweb/muse 2021-12-18 12:54:04 -06:00
Max Isom 771b15a6b9
Fix Docker Hub description step 2021-12-18 12:53:06 -06:00
Max Isom 69c22eed54
Merge pull request #433 from codetheweb/dependabot/npm_and_yarn/typescript-4.5.4 2021-12-18 13:50:35 -05:00
Max Isom b27af6e3f8
Merge pull request #430 from codetheweb/dependabot/npm_and_yarn/types/ws-8.2.2 2021-12-18 13:50:24 -05:00