aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-08-28update page-size option description to reflect maximum value of 30Harry Jenkins1-1/+1
2024-08-27fix: limit queue size to 30Tiago Grosso2-2/+2
2024-08-24feat: add setting for default queue page sizeTiago Grosso2-3/+37
2024-08-23fix: fix page-size option nameTiago Grosso1-2/+2
2024-08-23feat: add optional pageSize to /queue commandTiago Grosso2-7/+13
2024-08-17Update Docker builds to publish to ghcr.io & update README (#1067)Max Isom1-1/+1
2024-07-17Added skip currently playing track option into the /play options. (#1046)MintyFreshers3-4/+22
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-06-13Stop audioplayer properly (#1032)MarcoCoreDuo1-3/+12
2024-06-01fixed issue in subcommand name (#1025)Sheeley71-1/+1
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son24-26/+26
2024-04-28Add SponsorBlock support (#1013)Charlignon3-3/+90
2024-04-28Added config to make add to queue responses for requester only (#1021)Sheeley72-2/+27
2024-03-12Implement volume control #830 (#994)Matt Foxx5-11/+119
2024-03-03[RFC] Auto-announce when new song comes on (#914)Andrew Mike2-1/+37
2024-02-16fix: Ensure guild settings exist in DB before updating (#999)Matt Foxx1-0/+3
2024-01-16Add /loop-queue command (#989)Reynard G5-1/+61
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