aboutsummaryrefslogtreecommitdiff
path: root/src/services
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Merge pull request #1137 from museofficial/developStefano4-80/+98
2024-11-04Merge pull request #1092 from sofushn/masterStefano4-80/+98
2024-11-01Refactor player service to use getGuildSettings instead of passing in the con...Hazzajenko1-11/+12
2024-11-01Update dotenv line to latest version of muse.Hazzajenko1-5/+1
2024-10-28Merge branch 'master' into feature/select-dotenv-pathJoão Costa3-5/+15
2024-09-15feat: automatically turn down volume when people talksYitong Xiao2-1/+70
2024-09-07chore: make linter parsesofushn1-4/+4
2024-09-07feat: allow running without spotifysofushn4-80/+98
2024-07-17Added skip currently playing track option into the /play options. (#1046)MintyFreshers1-2/+12
2024-07-17Switch from node-ytsr to Distube's fork (#1024)Son Roy Almerol1-1/+1
2024-07-17Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)MarcoCoreDuo1-2/+2
2024-07-06Feat: allow users to change dotenv file with env varJoaoCostaIFG1-1/+1
2024-06-13Stop audioplayer properly (#1032)MarcoCoreDuo1-3/+12
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son1-3/+3
2024-04-28Add SponsorBlock support (#1013)Charlignon3-3/+90
2024-04-28Added config to make add to queue responses for requester only (#1021)Sheeley71-2/+2
2024-03-12Implement volume control #830 (#994)Matt Foxx1-9/+45
2024-03-03[RFC] Auto-announce when new song comes on (#914)Andrew Mike1-1/+12
2024-01-16Add /loop-queue command (#989)Reynard G1-0/+12
2023-12-21Optimize docker memory (#976)ninele73-3/+3
2023-05-13Fix caching (#941)Max Isom2-39/+29
2023-05-13Normalize playback volume across tracks (#939)Max Isom1-5/+16
2023-03-18Remove package youtube.ts (#902)Christian Schuhmann2-76/+107
2023-03-04Fix all lint errors (#909)Federico Rapetti3-8/+4
2023-03-04Create guild settings if not found (#911)Federico Rapetti2-12/+4
2023-03-04Temporary workaround for VoiceConnection stuck in signalling state (#907)Federico Rapetti1-0/+16
2023-02-14Fix infinite loopMax Isom1-1/+1
2022-08-08Fix cache condition (#767)Max Isom1-1/+1
2022-08-04Bump dependencies & fix bot status (#753)Max Isom1-4/+18
2022-07-16Retry Spotify token refreshMax Isom1-4/+6
2022-06-25Add /loop support for individual songs (#707)Cleo1-1/+7
2022-05-16Fix spotify-uri importMax Isom2-2/+2
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia4-8/+13
2022-04-07Fix case-sensitive import warning (#616)Pierluigi Zagaria1-1/+1
2022-03-29/move command now shows the track that was moved and its position (#610)Rithwik Rayani1-1/+3
2022-03-24Add customizable Bot status (#599)Zagrthos1-0/+8
2022-03-19Fix lint issueMax Isom1-10/+8
2022-03-19added move command (#585)Rithwik Rayani1-0/+10
2022-03-17Kill FFMPEG after stream is closed (#582)Max Isom1-3/+12
2022-03-15Fix YouTube track live attribute (#574)Max Isom1-1/+1
2022-03-13Parse duration strings for /fseek and /seek (#565)Max Isom1-3/+13
2022-03-12Support for web streaming audio files (#550)Thongrapee Panyapatiphan5-350/+448
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka3-56/+174
2022-02-24Merge branch 'master' of github.com:codetheweb/museMax Isom1-0/+6
2022-02-24Add stop command (#540)Thongrapee Panyapatiphan1-0/+6
2022-02-24Remove unnecessary console.logMax Isom1-2/+0
2022-02-11Configurable voice channel leave behavior (#514)Johannes Vääräkangas2-3/+34
2022-02-05Migrate to slash commands (#431)Max Isom5-146/+189
2022-02-01Trim environment variablesMax Isom1-1/+1
2022-01-29Fix livestreamsMax Isom1-6/+13