ChatCommandContext

constructor(chatCommand: ChatCommand<out T>, eventObj: MessageCreateEvent, commandName: Key, parser: StringParser, argString: String, cache: MutableStringKeyedMap<Any>)

Parameters

parser

String parser instance, if any - will be null if this isn't a chat command.