TrumpMcDonaldz
TrumpMcDonaldz
It is worth noting that this is still WIP. Made a PR just so progress can be tracked
Okay, will try to refactor with what you said in mind
I also realized that I have to make IJsonModel wrappers for non-properties ( We discussed this in Discord )
Finally checks are passing
Alright, I will make further changes with that in mind
Because count can never be negative, also we use ulong for IDs
Which count are you referring to btw?
Yeah because collections use int for count
I do not think this is a concern however, NetCord is unlikely to be ported to another language. But if int is used throughout the project for count, then I...
So should I change them to unsigned int instead?