Even more bug fixes

This commit is contained in:
RogueException
2015-10-25 02:00:55 -03:00
parent 78c097fa42
commit 2acd4f8861
11 changed files with 57 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ namespace Discord.Commands
return;
//Ignore messages from ourselves
if (e.Message.UserId == client.CurrentUserId)
if (e.Message.User == client.CurrentUser)
return;
//Check for the command character