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
/
inversify.config.ts
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-07
feat: allow running without spotify
sofushn
1
-6
/
+10
2024-04-28
Fix ERR_MODULE_NOT_FOUND for constants file (#1023)
Son
1
-1
/
+1
2024-03-12
Implement volume control #830 (#994)
Matt Foxx
1
-0
/
+2
2024-01-16
Add /loop-queue command (#989)
Reynard G
1
-0
/
+2
2023-12-21
Optimize docker memory (#976)
ninele7
1
-1
/
+1
2023-02-26
Add /replay command (#901)
xHyperElectric
1
-5
/
+7
2022-06-25
Add /loop support for individual songs (#707)
Cleo
1
-0
/
+2
2022-05-13
fix command permission handling and push discord to v10 (#640)
Kevin Kendzia
1
-7
/
+5
2022-04-23
add /next command as alias for /skip (#629)
Kevin Kendzia
1
-0
/
+2
2022-03-19
Fix lint issue
Max Isom
1
-1
/
+1
2022-03-19
added move command (#585)
Rithwik Rayani
1
-0
/
+2
2022-03-19
Update README and add "Now playing" Command (#589)
Zagrthos
1
-0
/
+2
2022-03-12
Support for web streaming audio files (#550)
Thongrapee Panyapatiphan
1
-0
/
+4
2022-03-09
Create `/resume` command; make `query` required for the `/play` command (#546)
Hellyson Rodrigo Parteka
1
-0
/
+2
2022-02-24
Add stop command (#540)
Thongrapee Panyapatiphan
1
-0
/
+2
2022-02-05
Migrate to slash commands (#431)
Max Isom
1
-8
/
+6
2021-11-24
Merge branch 'master' into feature/better-file-caching
Max Isom
1
-2
/
+4
2021-11-20
feat: remove from queue
DrunkenToast
1
-2
/
+4
2021-11-20
fix: add missing `DIRECT_MESSAGES` intent
Hellyson Rodrigo Parteka
1
-0
/
+1
2021-11-20
feat: discord.js v13
Hellyson Rodrigo Parteka
1
-2
/
+9
2021-11-19
Move file caching logic to new FileCache service
Max Isom
1
-0
/
+2
2021-11-18
Add FileCache model
Max Isom
1
-2
/
+2
2021-11-17
fix: add missing `DIRECT_MESSAGES` intent
Hellyson Rodrigo Parteka
1
-0
/
+1
2021-11-12
feat: discord.js v13
Hellyson Rodrigo Parteka
1
-2
/
+9
2021-09-19
Bump linter version
Max Isom
1
-2
/
+2
2021-09-19
Move to ESM, use ytsr, implement caching
Max Isom
1
-20
/
+23
2021-09-19
Reorg third party services & config
Max Isom
1
-16
/
+4
2021-09-18
Remove requirement for DISCORD_CLIENT_ID
Max Isom
1
-2
/
+0
2020-03-20
Merge Player and Queue services
Max Isom
1
-2
/
+0
2020-03-18
Add disconnect command
Max Isom
1
-12
/
+18
2020-03-18
Go Packers
Max Isom
1
-0
/
+2
2020-03-17
Refactor play command
Max Isom
1
-0
/
+6
2020-03-16
Add help command
Max Isom
1
-0
/
+2
2020-03-16
Add custom shortcut support
Max Isom
1
-0
/
+2
2020-03-15
Add pause/resume
Max Isom
1
-0
/
+2
2020-03-15
Add skip/unskip
Max Isom
1
-0
/
+4
2020-03-15
Add forward seek
Max Isom
1
-0
/
+2
2020-03-15
Use manager instances for guild services
Max Isom
1
-6
/
+6
2020-03-14
Add queue clear command
Max Isom
1
-0
/
+2
2020-03-14
Add shuffle command
Max Isom
1
-0
/
+2
2020-03-13
Add better caching, seek command
Max Isom
1
-0
/
+2
2020-03-12
Use IoC, impliment queue
Max Isom
1
-0
/
+54