Changed properties on DiscordChannel return IReadOnlyList
Created by: DWaffles
Per conversation on Discord with @IDoEverything, changing the Children
and Users
property on DiscordChannel to return IReadOnlyList instead of the current IEnumerable.
-
I did minimal testing to ensure this is a working change.