Skip to content

Make the setter of DiscordChannel.Position internal

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

Created by: uwx

Summary

Make the setter of DiscordChannel.Position internal. Someone dun fucked up.

Details

This is a breaking change. Yes, very breaking.

Changes proposed

  • Change public int Position { get; set; } to public int Position { get; internal set; }. What do you expect me to write here?

Merge request reports

Loading