lightbulb.internal.constants

COMMAND_INVOKE_METHOD_MARKER: Final[str] = '__lb_command_invoke_method__'

Name of the marker attribute set to mark a method as the invocation method for a command.

GLOBAL_COMMAND_KEY: Final[int] = 0

The value used to store global commands on the client instance.