Isolated API definitions to their own library

This commit is contained in:
RogueException
2016-12-23 15:10:45 -04:00
parent ca6eb6aff4
commit 8326d01f62
200 changed files with 183 additions and 73 deletions

View File

@@ -33,7 +33,7 @@ namespace Discord.Rest
UserLimit = model.UserLimit.Value;
}
public async Task ModifyAsync(Action<ModifyVoiceChannelParams> func, RequestOptions options = null)
public async Task ModifyAsync(Action<VoiceChannelProperties> func, RequestOptions options = null)
{
var model = await ChannelHelper.ModifyAsync(this, Discord, func, options).ConfigureAwait(false);
Update(model);