============= API Reference ============= .. automodule:: lightbulb **Subpackages:** .. toctree:: :maxdepth: 1 api-references/lightbulb/commands api-references/lightbulb/components api-references/lightbulb/internal api-references/lightbulb/prefab **Submodules:** .. toctree:: :maxdepth: 1 api-references/lightbulb/client api-references/lightbulb/config api-references/lightbulb/context api-references/lightbulb/di api-references/lightbulb/exceptions api-references/lightbulb/features api-references/lightbulb/loaders api-references/lightbulb/localization api-references/lightbulb/tasks api-references/lightbulb/utils ++++++++++++++++ Exported Members ++++++++++++++++ The following members are exported to the top level of this package and so can be accessed using ``lightbulb.`` instead of requiring you to use the full import path. .. list-table:: * - :class:`~lightbulb.context.AutocompleteContext` - :class:`~lightbulb.commands.options.Choice` - :class:`~lightbulb.client.Client` * - :class:`~lightbulb.context.Context` - :obj:`~lightbulb.DEFAULT_EXECUTION_STEP_ORDER` - :class:`~lightbulb.localization.DictLocalizationProvider` * - :class:`~lightbulb.commands.execution.ExecutionHook` - :class:`~lightbulb.commands.execution.ExecutionPipeline` - :class:`~lightbulb.commands.execution.ExecutionStep` * - :class:`~lightbulb.commands.execution.ExecutionSteps` - :class:`~lightbulb.client.GatewayEnabledClient` - :class:`~lightbulb.localization.GnuLocalizationProvider` * - :class:`~lightbulb.commands.groups.Group` - :class:`~lightbulb.loaders.Loadable` - :class:`~lightbulb.loaders.Loader` * - :class:`~lightbulb.commands.commands.MessageCommand` - :class:`~lightbulb.commands.options.Option` - :class:`~lightbulb.commands.options.OptionData` * - :class:`~lightbulb.client.RestEnabledClient` - :class:`~lightbulb.commands.commands.SlashCommand` - :class:`~lightbulb.commands.groups.SubGroup` * - :class:`~lightbulb.tasks.Task` - :class:`~lightbulb.tasks.TaskExecutionData` - :class:`~lightbulb.commands.commands.UserCommand` * - :func:`~lightbulb.commands.options.attachment` - :func:`~lightbulb.commands.options.boolean` - :func:`~lightbulb.commands.options.channel` * - :func:`~lightbulb.client.client_from_app` - :doc:`components ` - :doc:`config ` * - :func:`~lightbulb.tasks.crontrigger` - :doc:`di ` - :doc:`exceptions ` * - :doc:`features ` - :func:`~lightbulb.commands.execution.hook` - :func:`~lightbulb.commands.options.integer` * - :doc:`internal ` - :func:`~lightbulb.commands.execution.invoke` - :func:`~lightbulb.localization.localization_unsupported` * - :func:`~lightbulb.commands.options.mentionable` - :func:`~lightbulb.commands.options.number` - :doc:`prefab ` * - :func:`~lightbulb.commands.options.role` - :func:`~lightbulb.commands.options.string` - :func:`~lightbulb.tasks.uniformtrigger` * - :func:`~lightbulb.commands.options.user` - :doc:`utils ` -