Renamed some events

This commit is contained in:
RogueException
2015-10-25 06:21:34 -03:00
parent c21b926c93
commit ecff2ebf17
6 changed files with 42 additions and 42 deletions

View File

@@ -28,7 +28,7 @@ namespace Discord.Commands
RequireCommandCharInPublic = true;
RequireCommandCharInPrivate = true;
client.MessageCreated += async (s, e) =>
client.MessageReceived += async (s, e) =>
{
//If commands aren't being used, don't bother processing them
if (_commands.Count == 0)