rawArguments property

String rawArguments
final

The unparsed arguments from the message.

This is the content of the message stripped of the prefix and the full command name.

You might also be interested in:

  • arguments, for getting the parsed arguments from this context.

Implementation

final String rawArguments;