Better voice error handling, moved several properties into DiscordVoiceSocket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user