Removed USER_SOUND_PAUSE_TARGET from config
This feature is not currently implemented and I do not want to cause any confusion.
This commit is contained in:
parent
7854a92205
commit
520b86aa33
|
@ -24,11 +24,6 @@ config.COMMAND_PREFIX = "!"
|
|||
-- DEFAULT VALUE: true
|
||||
config.OUTPUT = true
|
||||
|
||||
-- Number of users that, if reached, will pause the music until it is started again by a user.
|
||||
-- This is to prevent against YouTube audio downloads when nobody is listening.
|
||||
-- DEFAULT VALUE: 1
|
||||
config.USER_SOUND_PAUSE_TARGET = 1
|
||||
|
||||
-- Default volume (256 being normal volume)
|
||||
-- DEFAULT VALUE: 32
|
||||
config.VOLUME = 32
|
||||
|
|
Reference in a new issue