Commit graph

84 commits

Author SHA1 Message Date
cheqpat b91e072e2f
implement @udany's fix 2021-10-02 02:14:47 -05:00
Hellyson Rodrigo Parteka 58cc548739
fix: wrong minute count in long videos 2021-09-28 04:27:55 -03:00
Jordan Nguy 7e14084163
Binds recursive call function to keep original scope 2021-09-25 17:50:10 -07:00
Max Isom c23f04ba5a
Warn if cache key is too short
See #357
2021-09-23 13:09:54 -04:00
Hellyson Rodrigo Parteka 3f210c53f4
fix: playlist load, cache key
Fixes #357
2021-09-23 00:41:26 -03:00
Max Isom abb02912c8
Add support for music.youtube.com URLs
Closes #355
2021-09-22 15:53:04 -04:00
Max Isom dcac22832d
Bump linter version 2021-09-19 22:24:46 -04:00
Max Isom fd782219ef
Move to ESM, use ytsr, implement caching
Closes #315
2021-09-19 22:09:09 -04:00
Max Isom efcdeb78c8
Reorg third party services & config 2021-09-19 19:50:25 -04:00
Max Isom 79e7e88fab
Remove requirement for DISCORD_CLIENT_ID
Closes #336
2021-09-18 17:04:04 -04:00
Max Isom 9a2ef876d3
Correctly skip song if unavailable
Also lets user know in text channel that song is unavailable after skipping.

Fixes #324
2021-09-18 16:55:50 -04:00
Luis Ávila cd9d5248ac
Join the message sender's channel if possible 2021-09-15 23:12:48 +01:00
Max Isom af8e81a569
Fix lint issues 2021-09-14 14:18:17 -04:00
Luis Ávila e59db76694
Fix URL cleaning: youtube IDs are not valid URLs 2021-09-14 19:07:43 +01:00
Max Isom 1212ffc102
Merge pull request #311 from likuilin/master
Remove Manage Messages perms requirement by only deleting own reactions
2021-09-14 13:39:45 -04:00
Max Isom 427654fc60
Use same logic for removing reactions when either animation is ongoing or animation is stopped 2021-09-14 13:35:54 -04:00
Max Isom fcbff53a7a
Clean URL search params
Closes #316
2021-09-14 09:43:34 -04:00
Max Isom 4bce011b0c
Fix type error
Closes #313
2021-09-13 13:18:06 -04:00
Kuilin Li 257191b183
Remove Manage Messages perms requirement by only deleting own reactions 2021-09-12 23:56:45 +00:00
Max Isom 1cb55cb8ce
Fix help command 2021-08-04 13:22:40 -05:00
Max Isom cf75afd4bc
Fix shuffle bug for long Spotify playlists
A random sample of 50 songs is taken for long playlists since mapping Spotify -> YouTube is expensive.
However, the function used previously allowed for duplicates within that sample of 50.
2021-05-30 15:01:11 -05:00
Max Isom d61107aedd
Add play immediate feature 2021-04-30 12:05:45 -04:00
Max Isom 6355ca9d44
😏 2021-04-28 19:17:19 -04:00
Max Isom 5d92d4ed54
Allow skipping multiple tracks 2021-04-23 12:30:31 -04:00
Max Isom 531da56dd0
Bump dependency 2021-04-01 15:28:46 -04:00
Max Isom 6e0d4c7927
Support playlists with more than 50 items 2021-04-01 15:20:18 -04:00
Max Isom faa1dcd5ec
Use yarn, remove manual type for package 2020-12-03 16:08:07 -05:00
Max Isom e7bf2a4b47
Automatically refresh Spotify token 2020-10-31 10:42:06 -04:00
Max Isom f941dbbddd
Fix setup wizard when there's >20 channels 2020-10-24 14:27:02 -04:00
Max Isom 30c8068363
Add permissions to invite link 2020-10-24 14:22:30 -04:00
Max Isom e103282cd7
Fix auto translate search function 2020-10-24 13:11:29 -04:00
Max Isom 599dbce6e6
Bump packages 2020-10-24 12:32:43 -04:00
Max Isom cd4b42a8f6
Bump dependencies 2020-08-24 14:53:18 -05:00
Max Isom 58fcc481ba
Bump dependencies 2020-05-30 21:37:40 -05:00
Max Isom 7fcd9a6a7d Fix caching bug 2020-03-27 18:28:50 -05:00
Max Isom 7703506aae Bump dependencies and add typing event handler 2020-03-27 17:14:08 -05:00
Max Isom a2950ed722 Add bears handler and fix natural language handler priority 2020-03-27 15:44:49 -05:00
Max Isom 4e1a156f9b Bump dependencies 2020-03-25 17:59:09 -05:00
Max Isom dc70a37e96 Fix position tracking bug and catch ffmpeg errors 2020-03-25 17:32:43 -05:00
Max Isom 334a2bf0a0 Fix queue and player bugs 2020-03-23 19:40:54 -05:00
Max Isom 95ea8e9ad3 Remove redundent code 2020-03-20 20:51:33 -05:00
Max Isom 9c91ce1a13 Merge Player and Queue services 2020-03-20 20:47:04 -05:00
Max Isom 646f030781 Disable Sequelize stdout logging 2020-03-19 19:26:58 -05:00
Max Isom f25467a41d Small bug fixes 2020-03-19 19:16:07 -05:00
Max Isom 4659717e5f Require user to be in voice channel 2020-03-19 17:39:55 -05:00
Max Isom 362ce89987 Disconnect when finished playing 2020-03-19 17:24:46 -05:00
Max Isom 3de34e5e4a Fix Queue.removeCurrent() 2020-03-19 17:22:22 -05:00
Max Isom 7f39642c49 Add queue output, various bug fixes 2020-03-18 22:29:43 -05:00
Max Isom 0357373123 Limit playlist adds to 50 songs 2020-03-18 19:17:47 -05:00
Max Isom a0c5875ee4 Add aliases to help 2020-03-18 19:01:18 -05:00