Make the setter of DiscordChannel.Position internal
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; }
topublic int Position { get; internal set; }
. What do you expect me to write here?