Made Music the new default Mumble channel
This commit is contained in:
parent
82e57395f3
commit
8593032fe8
|
@ -3,6 +3,7 @@ MumbleDJ Changelog
|
|||
|
||||
### October 7, 2014
|
||||
* Made user skip message show even when the target number of skips has been reached.
|
||||
* Made "Music" the default Mumble channel.
|
||||
|
||||
### September 30, 2014
|
||||
* Fixed skips not working correctly.
|
||||
|
|
|
@ -13,8 +13,8 @@ local config = {}
|
|||
-------------------------
|
||||
|
||||
-- Default channel
|
||||
-- DEFAULT VALUE: "Bot Testing"
|
||||
config.DEFAULT_CHANNEL = "Bot Testing"
|
||||
-- DEFAULT VALUE: "Music"
|
||||
config.DEFAULT_CHANNEL = "Music"
|
||||
|
||||
-- Command prefix
|
||||
-- DEFAULT VALUE: "!"
|
||||
|
|
Reference in a new issue