Better voice error handling, moved several properties into DiscordVoiceSocket

This commit is contained in:
Brandon Smith
2015-09-05 03:39:58 -03:00
parent 1d24efbf35
commit 52590e4153
6 changed files with 77 additions and 41 deletions

View File

@@ -22,6 +22,7 @@ namespace Discord
_commands = new List<Command>();
CommandChar = '~';
UseCommandChar = true;
RequireCommandCharInPublic = true;
RequireCommandCharInPrivate = true;
@@ -32,7 +33,7 @@ namespace Discord
return;
//Ignore messages from ourselves
if (e.Message.UserId == _myId)
if (e.Message.UserId == _myId)
return;
//Check for the command character