Fixed infinite recursion
Created by: nick-strohm
Summary
Fixed three infinite recursions in the DiscordRestClient.
Details
ModifyGuildRoleAsync, ModifyGuildIntegrationAsync and GetGuildEmbedAsync pointed to themselfes.
Changes proposed
The methods are now pointing to the methods with the same name in the ApiClient instance.