suggestCommand

abstract fun suggestCommand(command: String)

Inserts a command into the client's chat bar of the user who clicked the message.

The suggestion replaces anything already in the chat bar. Use insert to append to the current chat input. Cannot be combined with runCommand, copyToClipboard or openUrl.

Parameters

command

The command to suggest.