delegate property

InteractiveContext? delegate

The delegate of this context.

If this is set, most operations on this context will be forwarded to this context instead. This prevents contexts from going stale when waiting for a user to interact and makes the command flow more accurate in the Discord UI.

You might also be interested in:

Implementation

InteractiveContext? get delegate;