@NotNull open fun enableTyping(sendTyping: Boolean): @NotNull CommandClientBuilder
Lets the bot send typing before executing a command.
sendTyping
- Boolean: Whether this should get enabled or not
IllegalStateException
- if the stored CommandClientConfiguration
is a me.schlaubi.regnumutils.command.configuration.ImmutableCommandClientConfiguration
Return
CommandClientBuilder: the CommandClientBuilder
See Also
MessageChannel#sendTyping()