DiscordLuau / docs

Documentation for DiscordLuau
https://discord-luau-docs.deno.dev
MIT License
2 stars 1 forks source link

Classes should inherit the properties, methods and other attributes of a class, from it's ancestry. #3

Open 4x8Matrix opened 2 months ago

4x8Matrix commented 2 months ago

Classes, notably the classes that utilise OOP (discord channel classes) do not show attributes of their grandparents+, only their immediate parent, example:

https://discord-luau-docs.deno.dev/classes/objects/guildtextchannel

the above document, does not expose the properties you'd find under the base discord channel, however those properties should appear - as they are valid properties of every discord channel.