aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia32-226/+138
Co-authored-by: Max Isom <[email protected]>
2022-04-23add /next command as alias for /skip (#629)Kevin Kendzia2-0/+12
Co-authored-by: Max Isom <[email protected]>
2022-04-07Fix case-sensitive import warning (#616)Pierluigi Zagaria1-1/+1
Co-authored-by: Max Isom <[email protected]>
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
https://github.com/codetheweb/muse/issues/609
2022-03-26Add args during build (#607)Max Isom1-0/+1
2022-03-24Add customizable Bot status (#599)Zagrthos2-1/+23
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
2022-03-23Made error message format consistent (#591)Rithwik Rayani1-3/+3
Co-authored-by: Max Isom <[email protected]>
2022-03-19Fix lint issueMax Isom3-13/+11
2022-03-19added move command (#585)Rithwik Rayani3-0/+59
Co-authored-by: Max Isom <[email protected]>
2022-03-19Update README and add "Now playing" Command (#589)Zagrthos3-2/+36
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
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
Co-authored-by: Max Isom <[email protected]>
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka7-61/+187
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
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
Co-authored-by: Max Isom <[email protected]>
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
Co-authored-by: Max Isom <[email protected]>
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
2022-01-29Fix livestreamsMax Isom1-6/+13
2022-01-29Bump packages, add debug loggingMax Isom2-15/+13
2022-01-29Fix resume playback bugMax Isom2-3/+36
2022-01-29Update invite permissions, send message to ownerMax Isom3-2/+6
2022-01-29Handle ownership transfer eventsMax Isom2-0/+12
2022-01-29Add permissions systemMax Isom5-4/+162
2022-01-27Add /favoritesMax Isom11-276/+409
2022-01-26Remove natural langauge handlersMax Isom2-133/+0
2022-01-26Throw errors in command handlersMax Isom9-94/+18
2022-01-26Merge branch 'master' into feature/slash-commandsMax Isom16-489/+235
2022-01-25Fix whole playlist fails when one song is unavailable (#489)Thongrapee Panyapatiphan1-7/+10
Co-authored-by: Max Isom <[email protected]>
2022-01-21Refine autocompleteMax Isom4-9/+94
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan9-169/+285
Co-authored-by: Max Isom <[email protected]>
2022-01-19✨ add autocompleteMax Isom4-17/+61
2022-01-19Remove unnecessary propertiesMax Isom1-7/+0
2022-01-19Type fixes, remove shortcutsMax Isom15-175/+17
2022-01-19Merge branch 'master' into feature/slash-commandsMax Isom23-216/+355
2022-01-18Update README, namingMax Isom3-17/+12
2022-01-17Add option to shuffle newly added playlist (#473)Koopa1-1/+9
Co-authored-by: Max Isom <[email protected]>
2022-01-13Wrap guild-wise command set code in a Promise.all() to correctly wait the ↵Federico "fuji97" Rapetti1-6/+9
API to resolve