acknowledge abstract method

Future<void> acknowledge(
  1. {bool hidden = false}
)

Used to acknowledge a Interaction but not send any response yet. Once this is sent you can then only send ChannelMessages. You can also set showSource to also print out the command the user entered.

Implementation

Future<void> acknowledge({bool hidden = false});