Commit graph

206 commits

Author SHA1 Message Date
Max Isom
bd0e37e0b8
Fix lint issue 2022-03-19 11:04:20 -04:00
Rithwik Rayani
46df0875d5
added move command (#585)
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2022-03-19 10:03:08 -05:00
Zagrthos
60376d4f57
Update README and add "Now playing" Command (#589)
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
Co-authored-by: Max Isom <hi@maxisom.me>
2022-03-19 09:55:23 -05:00
Max Isom
b206254c77
Kill FFMPEG after stream is closed (#582) 2022-03-17 18:17:22 -05:00
Max Isom
f65cbb3a37
Add connection parameters to database URL (#575) 2022-03-15 20:25:52 -05:00
Max Isom
df803b8c76
Fix YouTube track live attribute (#574) 2022-03-15 17:58:39 -05:00
Max Isom
6c00727a4a
Parse duration strings for /fseek and /seek (#565) 2022-03-13 17:30:36 -05:00
Max Isom
20eaed4a16
Allow member who invited Muse to do initial setup (#561) 2022-03-12 17:41:53 -06:00
Thongrapee Panyapatiphan
6c118dc965
Support for web streaming audio files (#550)
Co-authored-by: Max Isom <hi@maxisom.me>
2022-03-12 09:50:29 -06:00
Hellyson Rodrigo Parteka
3dd1f21945
Add split command (#363)
Co-authored-by: Max Isom <hi@maxisom.me>
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2022-03-09 20:47:52 -06:00
Hellyson Rodrigo Parteka
d438d46c09
Create /resume command; make query required for the /play command (#546) 2022-03-09 20:45:59 -06:00
Max Isom
3dfd16860b
Merge branch 'master' of github.com:codetheweb/muse 2022-02-24 18:24:56 -05:00
Thongrapee Panyapatiphan
4f0db62170
Add stop command (#540)
Co-authored-by: Max Isom <hi@maxisom.me>
2022-02-24 17:24:45 -06:00
Max Isom
edc95ad5db
Remove unnecessary console.log 2022-02-24 18:19:26 -05:00
Max Isom
f9ab7597c6
Fix typo 2022-02-12 10:59:55 -05:00
Johannes Vääräkangas
4dbb55a721
Configurable voice channel leave behavior (#514)
Co-authored-by: Max Isom <hi@maxisom.me>
2022-02-11 20:05:02 -06:00
Max Isom
4a8407c341
Use read-pkg 2022-02-09 20:12:16 -05:00
Max Isom
967de2fd91
Consistent verb tense 2022-02-05 17:10:12 -05:00
Max Isom
b9e21222f5
Merge branch 'master' into feature/slash-commands 2022-02-05 13:11:32 -05:00
Max Isom
76dd6dd027
Fix Prisma path on Windows? (#499) 2022-02-01 19:54:30 -06:00
Max Isom
8ad8e7a9fc
Trim environment variables 2022-02-01 18:22:46 -05:00
Max Isom
d1228eb641
Merge branch 'master' into feature/slash-commands 2022-01-29 22:03:58 -05:00
Max Isom
c519a43620
Fix livestreams 2022-01-29 22:01:03 -05:00
Max Isom
9d8275bbda
Bump packages, add debug logging 2022-01-29 20:12:21 -05:00
Max Isom
6eb704c5b4
Fix resume playback bug 2022-01-29 12:06:11 -05:00
Max Isom
d6c9d4b112
Update invite permissions, send message to owner 2022-01-29 11:36:24 -05:00
Max Isom
fc5c1ee002
Handle ownership transfer events 2022-01-29 11:27:39 -05:00
Max Isom
1621b2c281
Add permissions system 2022-01-29 11:20:40 -05:00
Max Isom
8e00726dc2
Add /favorites 2022-01-27 21:26:00 -05:00
Max Isom
1f59994dc4
Remove natural langauge handlers 2022-01-26 22:34:51 -05:00
Max Isom
2e5e509b32
Throw errors in command handlers 2022-01-26 22:30:58 -05:00
Max Isom
aacb107f43
Merge branch 'master' into feature/slash-commands 2022-01-26 12:58:33 -05:00
Thongrapee Panyapatiphan
9daf126680
Fix whole playlist fails when one song is unavailable (#489)
Co-authored-by: Max Isom <hi@maxisom.me>
2022-01-25 19:18:01 -06:00
Max Isom
09665af53e
Refine autocomplete 2022-01-21 19:57:51 -06:00
Thongrapee Panyapatiphan
59cbc8b474
Announce current song (#470)
Co-authored-by: Max Isom <hi@maxisom.me>
2022-01-21 12:50:57 -06:00
Max Isom
7901fcce3d
add autocomplete 2022-01-19 18:15:12 -06:00
Max Isom
43baa57c51
Remove unnecessary properties 2022-01-19 14:00:50 -06:00
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
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
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
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
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