Cleaned up all the models

This commit is contained in:
RogueException
2015-12-22 20:31:35 -04:00
parent 539284e2ac
commit 0d1e69600c
63 changed files with 2902 additions and 3525 deletions

View File

@@ -34,7 +34,7 @@ namespace Discord.Modules
public event EventHandler<UserEventArgs> UserUpdated;
public event EventHandler<UserEventArgs> UserPresenceUpdated;
public event EventHandler<UserEventArgs> UserVoiceStateUpdated;
public event EventHandler<UserChannelEventArgs> UserIsTypingUpdated;
public event EventHandler<ChannelEventArgs> UserIsTypingUpdated;
public event EventHandler<MessageEventArgs> MessageReceived;
public event EventHandler<MessageEventArgs> MessageSent;