Skip to content

Commit

Permalink
feat(musicbnot): adjust autoplay.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 26, 2023
1 parent 46e9a30 commit 0ff4c05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://open.spotify.com/playlist/0Ncq9SR4deDvwPspVOyUNp?si=8e701cfd1e7445c6
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ spec:
subPath: options.ini
- path: /musicbot/config/permissions.ini
subPath: permissions.ini
- path: /musicbot/config/autoplaylist.txt
subPath: permissions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ configMapGenerator:
files:
- options.ini
- permissions.ini
- autoplaylist.txt
generatorOptions:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ DeleteNowPlaying = yes

[MusicBot]
# The volume of the bot's audio output, between 0.01 and 1.0.
DefaultVolume = 0.25
DefaultVolume = 0.05

# The number of people voting to skip in order for a song to be skipped successfully,
# whichever value is lower will be used. Ratio refers to the percentage of undefeaned, non-
Expand Down

0 comments on commit 0ff4c05

Please sign in to comment.