Now connects successfully to Mumble servers
This commit is contained in:
parent
a2ee9a54f3
commit
832643cc6f
|
@ -6,6 +6,7 @@ MumbleDJ Changelog
|
|||
* Renamed all mentions of mumble-music-bot or musicbot to mumbledj.
|
||||
* Restructured project for easier imports.
|
||||
* Added .gitignore for pymumble.
|
||||
* Now successfully connects to Mumble servers.
|
||||
|
||||
### September 11, 2014
|
||||
* mumble-music-bot repository created.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
SERVER_ADDRESS = 'localhost'
|
||||
|
||||
# Server port (64738 is the default)
|
||||
SERVER_PORT = '64738'
|
||||
SERVER_PORT = 64738
|
||||
|
||||
# Username (this will be the username of the bot as well)
|
||||
SERVER_USERNAME = 'MumbleDJ'
|
||||
|
|
Reference in a new issue