index
:
muse
master
🎧 a self-hosted midwestern Discord music bot that doesn't suck
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-04
Merge pull request #1137 from museofficial/develop
Stefano
1
-25
/
+31
2024-11-01
Added commands to set whether to reduce the volume when people speak and to s...
Hazzajenko
1
-0
/
+51
2024-10-28
fix: Spotify URL is part of query description even when disabled
sofushn
1
-21
/
+27
2024-09-07
feat: allow running without spotify
sofushn
1
-4
/
+4
2024-08-28
update page-size option description to reflect maximum value of 30
Harry Jenkins
1
-1
/
+1
2024-08-27
fix: limit queue size to 30
Tiago Grosso
2
-2
/
+2
2024-08-24
feat: add setting for default queue page size
Tiago Grosso
2
-3
/
+37
2024-08-23
fix: fix page-size option name
Tiago Grosso
1
-2
/
+2
2024-08-23
feat: add optional pageSize to /queue command
Tiago Grosso
1
-1
/
+9
2024-07-17
Added skip currently playing track option into the /play options. (#1046)
MintyFreshers
2
-2
/
+10
2024-06-01
fixed issue in subcommand name (#1025)
Sheeley7
1
-1
/
+1
2024-04-28
Fix ERR_MODULE_NOT_FOUND for constants file (#1023)
Son
20
-20
/
+20
2024-04-28
Added config to make add to queue responses for requester only (#1021)
Sheeley7
1
-0
/
+25
2024-03-12
Implement volume control #830 (#994)
Matt Foxx
2
-0
/
+69
2024-03-03
[RFC] Auto-announce when new song comes on (#914)
Andrew Mike
1
-0
/
+25
2024-02-16
fix: Ensure guild settings exist in DB before updating (#999)
Matt Foxx
1
-0
/
+3
2024-01-16
Add /loop-queue command (#989)
Reynard G
2
-0
/
+46
2023-12-21
Optimize docker memory (#976)
ninele7
2
-2
/
+2
2023-07-23
Autocomplete Suggestion Improvements for Favorites Use Command (#956)
Cory J Reid
1
-2
/
+4
2023-07-19
Add pagination to the output of the `favorites list` command (#954)
Cory J Reid
1
-12
/
+18
2023-03-04
Create guild settings if not found (#911)
Federico Rapetti
1
-5
/
+2
2023-02-26
Add /replay command (#901)
xHyperElectric
1
-0
/
+42
2023-01-24
Minor message improvements (#865)
Jefferey Neuffer
2
-2
/
+2
2022-06-25
Add /loop support for individual songs (#707)
Cleo
1
-0
/
+34
2022-05-15
Bump @discordjs/builders
Max Isom
1
-1
/
+1
2022-05-14
Remove /config set-role
Max Isom
1
-8
/
+0
2022-05-13
fix command permission handling and push discord to v10 (#640)
Kevin Kendzia
18
-67
/
+46
2022-04-23
add /next command as alias for /skip (#629)
Kevin Kendzia
1
-0
/
+10
2022-03-29
/move command now shows the track that was moved and its position (#610)
Rithwik Rayani
1
-2
/
+2
2022-03-27
Fix /fseek
Max Isom
1
-1
/
+1
2022-03-19
Fix lint issue
Max Isom
1
-2
/
+2
2022-03-19
added move command (#585)
Rithwik Rayani
1
-0
/
+47
2022-03-19
Update README and add "Now playing" Command (#589)
Zagrthos
1
-0
/
+32
2022-03-13
Parse duration strings for /fseek and /seek (#565)
Max Isom
2
-8
/
+12
2022-03-09
Add `split` command (#363)
Hellyson Rodrigo Parteka
3
-3
/
+11
2022-03-09
Create `/resume` command; make `query` required for the `/play` command (#546)
Hellyson Rodrigo Parteka
2
-35
/
+52
2022-02-24
Add stop command (#540)
Thongrapee Panyapatiphan
1
-0
/
+37
2022-02-12
Fix typo
Max Isom
1
-1
/
+1
2022-02-11
Configurable voice channel leave behavior (#514)
Johannes Vääräkangas
1
-0
/
+53
2022-02-05
Consistent verb tense
Max Isom
7
-7
/
+6
2022-01-29
Fix resume playback bug
Max Isom
1
-3
/
+35
2022-01-29
Add permissions system
Max Isom
2
-4
/
+111
2022-01-27
Add /favorites
Max Isom
3
-169
/
+206
2022-01-26
Throw errors in command handlers
Max Isom
8
-77
/
+15
2022-01-26
Merge branch 'master' into feature/slash-commands
Max Isom
4
-80
/
+50
2022-01-21
Refine autocomplete
Max Isom
1
-6
/
+21
2022-01-21
Announce current song (#470)
Thongrapee Panyapatiphan
4
-160
/
+137
2022-01-19
✨ add autocomplete
Max Isom
2
-3
/
+19
2022-01-19
Remove unnecessary properties
Max Isom
1
-7
/
+0
2022-01-19
Type fixes, remove shortcuts
Max Isom
13
-171
/
+15
[next]