respond abstract method

Future<void> respond(
  1. MessageBuilder builder,
  2. {bool hidden = false}
)

Used to acknowledge a Interaction and send a response. Once this is sent you can then only send ChannelMessages.

Implementation

Future<void> respond(MessageBuilder builder, {bool hidden = false});