Container - truemedian/Discordia GitHub Wiki
Abstract base class that defines the base methods and/or properties for all Discord objects and structures. Container classes are constructed internally with information received from Discord and should never be manually constructed.
A shortcut to the client object to which this container is visible.
Type: Client
The parent object of to which this container is a child. For example, the parent of a role is the guild in which the role exists.
Type: Container|Client