You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classes, notably the classes that utilise OOP (discord channel classes) do not show attributes of their grandparents+, only their immediate parent, example:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: