Skip to content

Fixed infinite recursion

Mateusz Brawański requested to merge hotfix/recursion-fix into master

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.

Merge request reports

Loading