Skip to content

[WIP] Split *.ModifyAsync into smaller methods

Mateusz Brawański requested to merge github/fork/uwx/patch-39 into master

Created by: uwx

Summary

Takes the concept from #206 (closed) (and #207) and applies it to all ModifyAsync methods.

Details

This takes the ModifyAsync methods and breaks them down into smaller methods for each argument.

Changes proposed

  • Split DiscordWebhook.ModifyAsync into smaller methods (d5d9c64)
  • Split DiscordChannel.ModifyAsync into smaller methods (ce314c4)
  • Split DiscordMember.ModifyAsync into smaller methods (58975d5)
  • Split DiscordGuildEmoji.ModifyAsync into smaller methods (d7f94fb)
  • Split DiscordGuild.ModifyAsync into smaller methods (7ac68af)

Merge request reports

Loading