mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[Audio] New stuff from RLL 0.7.0 (#4529)
* New stuff from RLL 0.7.0 * discard here * formatting * do this properly * make it more unique * bump RLL * nuke `[p]llset restport`, only `[p]llset wsport` matters * Update setup.cfg * properly deprecate Rest port and Ensure Nodes are properly closed upon running LLSET commands * restore player on a attempt reconnect * restore player as a task * ensure we send the signal only if not playing. * register events a little earlier * hmmm * ffs * update application.yml * fix permissions edge case
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
host: "localhost"
|
||||
port: 2333 # REST server
|
||||
port: 2333 # WS port
|
||||
lavalink:
|
||||
server:
|
||||
password: "youshallnotpass"
|
||||
@@ -18,7 +18,7 @@ lavalink:
|
||||
youtubePlaylistLoadLimit: 10000
|
||||
logging:
|
||||
file:
|
||||
max-history: 30
|
||||
max-history: 7
|
||||
max-size: 1GB
|
||||
path: ./logs/
|
||||
level:
|
||||
|
||||
Reference in New Issue
Block a user