Now connects successfully to Mumble servers

pull/18/head
Matthieu Grieger 2014-09-12 16:00:44 -07:00
parent a2ee9a54f3
commit 832643cc6f
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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'