aboutsummaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Merge pull request #1137 from museofficial/developStefano1-25/+31
2024-11-01Added commands to set whether to reduce the volume when people speak and to s...Hazzajenko1-0/+51
2024-10-28fix: Spotify URL is part of query description even when disabledsofushn1-21/+27
2024-09-07feat: allow running without spotifysofushn1-4/+4
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 Grosso1-1/+9
2024-07-17Added skip currently playing track option into the /play options. (#1046)MintyFreshers2-2/+10
2024-06-01fixed issue in subcommand name (#1025)Sheeley71-1/+1
2024-04-28Fix ERR_MODULE_NOT_FOUND for constants file (#1023)Son20-20/+20
2024-04-28Added config to make add to queue responses for requester only (#1021)Sheeley71-0/+25
2024-03-12Implement volume control #830 (#994)Matt Foxx2-0/+69
2024-03-03[RFC] Auto-announce when new song comes on (#914)Andrew Mike1-0/+25
2024-02-16fix: Ensure guild settings exist in DB before updating (#999)Matt Foxx1-0/+3
2024-01-16Add /loop-queue command (#989)Reynard G2-0/+46
2023-12-21Optimize docker memory (#976)ninele72-2/+2
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-03-04Create guild settings if not found (#911)Federico Rapetti1-5/+2
2023-02-26Add /replay command (#901)xHyperElectric1-0/+42
2023-01-24Minor message improvements (#865)Jefferey Neuffer2-2/+2
2022-06-25Add /loop support for individual songs (#707)Cleo1-0/+34
2022-05-15Bump @discordjs/buildersMax Isom1-1/+1
2022-05-14Remove /config set-roleMax Isom1-8/+0
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia18-67/+46
2022-04-23add /next command as alias for /skip (#629)Kevin Kendzia1-0/+10
2022-03-29/move command now shows the track that was moved and its position (#610)Rithwik Rayani1-2/+2
2022-03-27Fix /fseekMax Isom1-1/+1
2022-03-19Fix lint issueMax Isom1-2/+2
2022-03-19added move command (#585)Rithwik Rayani1-0/+47
2022-03-19Update README and add "Now playing" Command (#589)Zagrthos1-0/+32
2022-03-13Parse duration strings for /fseek and /seek (#565)Max Isom2-8/+12
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka3-3/+11
2022-03-09Create `/resume` command; make `query` required for the `/play` command (#546)Hellyson Rodrigo Parteka2-35/+52
2022-02-24Add stop command (#540)Thongrapee Panyapatiphan1-0/+37
2022-02-12Fix typoMax Isom1-1/+1
2022-02-11Configurable voice channel leave behavior (#514)Johannes Vääräkangas1-0/+53
2022-02-05Consistent verb tenseMax Isom7-7/+6
2022-01-29Fix resume playback bugMax Isom1-3/+35
2022-01-29Add permissions systemMax Isom2-4/+111
2022-01-27Add /favoritesMax Isom3-169/+206
2022-01-26Throw errors in command handlersMax Isom8-77/+15
2022-01-26Merge branch 'master' into feature/slash-commandsMax Isom4-80/+50
2022-01-21Refine autocompleteMax Isom1-6/+21
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan4-160/+137
2022-01-19✨ add autocompleteMax Isom2-3/+19
2022-01-19Remove unnecessary propertiesMax Isom1-7/+0
2022-01-19Type fixes, remove shortcutsMax Isom13-171/+15