aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-21Optimize docker memory (#976)ninele79-10/+12
2023-07-23Autocomplete Suggestion Improvements for Favorites Use Command (#956)Cory J Reid1-2/+4
2023-07-19Add pagination to the output of the `favorites list` command (#954)Cory J Reid1-12/+18
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 Rapetti4-11/+5
2023-03-04Create guild settings if not found (#911)Federico Rapetti6-27/+24
2023-03-04Temporary workaround for VoiceConnection stuck in signalling state (#907)Federico Rapetti1-0/+16
2023-02-26Add /replay command (#901)xHyperElectric2-5/+49
2023-02-14Fix infinite loopMax Isom1-1/+1
2023-01-24Minor message improvements (#865)Jefferey Neuffer3-4/+4
2022-08-08Fix cache condition (#767)Max Isom1-1/+1
2022-08-04Bump dependencies & fix bot status (#753)Max Isom2-8/+22
2022-07-16Retry Spotify token refreshMax Isom1-4/+6
2022-06-25Add /loop support for individual songs (#707)Cleo4-4/+46
2022-05-16Fix spotify-uri importMax Isom2-2/+2
2022-05-15Bump @discordjs/buildersMax Isom1-1/+1
2022-05-14Remove /config set-roleMax Isom1-8/+0
2022-05-13Fix message sent on guild inviteMax Isom1-1/+1
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia32-226/+138
2022-04-23add /next command as alias for /skip (#629)Kevin Kendzia2-0/+12
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 Rayani2-3/+5
2022-03-27Fix /fseekMax Isom1-1/+1
2022-03-26Add args during build (#607)Max Isom1-0/+1
2022-03-24Add customizable Bot status (#599)Zagrthos2-1/+23
2022-03-23Made error message format consistent (#591)Rithwik Rayani1-3/+3
2022-03-19Fix lint issueMax Isom3-13/+11
2022-03-19added move command (#585)Rithwik Rayani3-0/+59
2022-03-19Update README and add "Now playing" Command (#589)Zagrthos3-2/+36
2022-03-17Kill FFMPEG after stream is closed (#582)Max Isom1-3/+12
2022-03-15Add connection parameters to database URL (#575)Max Isom1-1/+1
2022-03-15Fix YouTube track live attribute (#574)Max Isom2-2/+2
2022-03-13Parse duration strings for /fseek and /seek (#565)Max Isom4-11/+46
2022-03-12Allow member who invited Muse to do initial setup (#561)Max Isom3-4/+32
2022-03-12Support for web streaming audio files (#550)Thongrapee Panyapatiphan8-353/+466
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka7-61/+187
2022-03-09Create `/resume` command; make `query` required for the `/play` command (#546)Hellyson Rodrigo Parteka3-35/+54
2022-02-24Merge branch 'master' of github.com:codetheweb/museMax Isom3-0/+45
2022-02-24Add stop command (#540)Thongrapee Panyapatiphan3-0/+45
2022-02-24Remove unnecessary console.logMax Isom1-2/+0
2022-02-12Fix typoMax Isom1-1/+1
2022-02-11Configurable voice channel leave behavior (#514)Johannes Vääräkangas4-5/+97
2022-02-09Use read-pkgMax Isom1-2/+2
2022-02-05Consistent verb tenseMax Isom7-7/+6
2022-02-05Merge branch 'master' into feature/slash-commandsMax Isom2-2/+10
2022-02-01Fix Prisma path on Windows? (#499)Max Isom1-1/+9
2022-02-01Trim environment variablesMax Isom1-1/+1
2022-01-29Merge branch 'master' into feature/slash-commandsMax Isom1-5/+13