Skip to main content

echo

Function echo 

Source
pub async fn echo(ctx: CommandContext) -> CommandResult
Expand description

Execute the echo command

Outputs the arguments separated by spaces, followed by a newline. Supports -n (no newline), -e (interpret escape sequences), and -E (no escape sequences)