aboutsummaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2024-09-07chore: make linter parsesofushn1-14/+9
2024-09-07feat: allow running without spotifysofushn1-36/+48
2024-08-23feat: add optional pageSize to /queue commandTiago Grosso1-6/+4
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son1-1/+1
Co-authored-by: Max Isom <[email protected]>
2024-03-12Implement volume control #830 (#994)Matt Foxx1-2/+3
Co-authored-by: Max Isom <[email protected]>
2024-01-16Add /loop-queue command (#989)Reynard G1-1/+1
2023-12-21Optimize docker memory (#976)ninele71-2/+2
2023-03-04Create guild settings if not found (#911)Federico Rapetti1-0/+12
Co-authored-by: Max Isom <[email protected]>
2023-01-24Minor message improvements (#865)Jefferey Neuffer1-2/+2
2022-06-25Add /loop support for individual songs (#707)Cleo1-3/+3
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia5-71/+37
Co-authored-by: Max Isom <[email protected]>
2022-03-26Add args during build (#607)Max Isom1-0/+1
2022-03-23Made error message format consistent (#591)Rithwik Rayani1-3/+3
Co-authored-by: Max Isom <[email protected]>
2022-03-19Update README and add "Now playing" Command (#589)Zagrthos1-2/+2
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
2022-03-15Add connection parameters to database URL (#575)Max Isom1-1/+1
2022-03-15Fix YouTube track live attribute (#574)Max Isom1-1/+1
2022-03-13Parse duration strings for /fseek and /seek (#565)Max Isom1-0/+21
2022-03-12Allow member who invited Muse to do initial setup (#561)Max Isom1-0/+9
2022-03-12Support for web streaming audio files (#550)Thongrapee Panyapatiphan1-3/+12
Co-authored-by: Max Isom <[email protected]>
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka1-2/+2
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
2022-02-09Use read-pkgMax Isom1-2/+2
2022-02-05Migrate to slash commands (#431)Max Isom7-82/+133
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
2022-02-01Fix Prisma path on Windows? (#499)Max Isom1-1/+9
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan2-0/+129
Co-authored-by: Max Isom <[email protected]>
2022-01-09Fix database path for WindowsMax Isom1-1/+3
2022-01-07Bump discord.jsMax Isom1-2/+2
2022-01-05Setup and migrate to Prisma (#456)Peerawas Archavanuntakun3-11/+23
2021-11-18Add FileCache modelMax Isom1-2/+2
2021-11-18Rename existing cache modelMax Isom1-2/+2
2021-11-12feat: discord.js v13Hellyson Rodrigo Parteka1-5/+5
2021-09-28fix: wrong minute count in long videosHellyson Rodrigo Parteka1-1/+2
2021-09-19Bump linter versionMax Isom2-3/+3
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-3/+3
Closes #315
2021-09-19Reorg third party services & configMax Isom2-11/+1
2021-09-18Remove requirement for DISCORD_CLIENT_IDMax Isom1-1/+0
Closes #336
2021-09-15Join the message sender's channel if possibleLuis Ávila1-1/+13
2021-09-14Fix lint issuesMax Isom1-3/+3
2021-09-14Fix URL cleaning: youtube IDs are not valid URLsLuis Ávila1-0/+18
2021-09-14Merge pull request #311 from likuilin/masterMax Isom1-10/+12
Remove Manage Messages perms requirement by only deleting own reactions
2021-09-14Use same logic for removing reactions when either animation is ongoing or ↵Max Isom1-1/+1
animation is stopped
2021-09-13Fix type errorMax Isom1-2/+2
Closes #313
2021-09-12Remove Manage Messages perms requirement by only deleting own reactionsKuilin Li1-9/+11
2020-10-24Fix setup wizard when there's >20 channelsMax Isom1-0/+10
2020-03-20Merge Player and Queue servicesMax Isom2-1/+9
2020-03-19Disable Sequelize stdout loggingMax Isom1-1/+2
2020-03-19Small bug fixesMax Isom1-4/+10
2020-03-19Require user to be in voice channelMax Isom1-1/+13
2020-03-18Add queue output, various bug fixesMax Isom2-0/+30
2020-03-17Refactor play commandMax Isom1-1/+1
2020-03-17Add better responsesMax Isom3-2/+18