Started converting websocket and rpc classes

This commit is contained in:
RogueException
2016-09-28 04:12:17 -03:00
parent 0c4641ac68
commit dd86f03306
107 changed files with 1836 additions and 1882 deletions

View File

@@ -14,7 +14,7 @@ namespace Discord.Rest
User = user;
Reason = reason;
}
internal static RestBan Create(DiscordRestClient client, Model model)
internal static RestBan Create(DiscordClient client, Model model)
{
return new RestBan(RestUser.Create(client, model.User), model.Reason);
}