aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config.ts
AgeCommit message (Expand)AuthorFilesLines
2024-11-01Added commands to set whether to reduce the volume when people speak and to s...Hazzajenko1-0/+51
2024-08-27fix: limit queue size to 30Tiago Grosso1-1/+1
2024-08-24feat: add setting for default queue page sizeTiago Grosso1-0/+27
2024-06-01fixed issue in subcommand name (#1025)Sheeley71-1/+1
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 Foxx1-0/+27
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
2023-12-21Optimize docker memory (#976)ninele71-1/+1
2023-03-04Create guild settings if not found (#911)Federico Rapetti1-5/+2
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 Kendzia1-24/+5
2022-02-12Fix typoMax Isom1-1/+1
2022-02-11Configurable voice channel leave behavior (#514)Johannes Vääräkangas1-0/+53
2022-02-05Migrate to slash commands (#431)Max Isom1-86/+68
2022-01-05Setup and migrate to Prisma (#456)Peerawas Archavanuntakun1-6/+32
2021-12-09Merge branch 'master' into playlist-limit-configThongrapee Panyapatiphan1-4/+5
2021-11-12feat: discord.js v13Hellyson Rodrigo Parteka1-4/+5
2021-10-01Update parsing and validation logic for playlist-limit configThongrapee Panyapatiphan1-2/+2
2021-10-01Add playlist-limit in config commandThongrapee Panyapatiphan1-1/+15
2021-09-19Bump linter versionMax Isom1-2/+2
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-2/+2
2020-03-18Add aliasesMax Isom1-0/+1
2020-03-17Various bug fixesMax Isom1-2/+8
2020-03-17Add better responsesMax Isom1-4/+5
2020-03-16Add help commandMax Isom1-1/+4
2020-03-14User changing config must be ownerMax Isom1-0/+5
2020-03-12Use IoC, impliment queueMax Isom1-9/+10
2020-03-09Add config commandMax Isom1-6/+45
2020-03-09Inital commitMax Isom1-0/+24