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
|
### October 7, 2014
|
||||||
* Made user skip message show even when the target number of skips has been reached.
|
* Made user skip message show even when the target number of skips has been reached.
|
||||||
|
* Made "Music" the default Mumble channel.
|
||||||
|
|
||||||
### September 30, 2014
|
### September 30, 2014
|
||||||
* Fixed skips not working correctly.
|
* Fixed skips not working correctly.
|
||||||
|
|
|
@ -13,8 +13,8 @@ local config = {}
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
-- Default channel
|
-- Default channel
|
||||||
-- DEFAULT VALUE: "Bot Testing"
|
-- DEFAULT VALUE: "Music"
|
||||||
config.DEFAULT_CHANNEL = "Bot Testing"
|
config.DEFAULT_CHANNEL = "Music"
|
||||||
|
|
||||||
-- Command prefix
|
-- Command prefix
|
||||||
-- DEFAULT VALUE: "!"
|
-- DEFAULT VALUE: "!"
|
||||||
|
|
Reference in a new issue