hideOriginalResponse property Null safety

  1. @override
bool hideOriginalResponse
final

Whether to hide the response from other users when the command is invoked from an interaction.

This sets the EPHEMERAL flag on interactions responses when IContext.respond is used.

You might also be interested in:

Implementation

@override
final bool hideOriginalResponse;