$reverse
$reverse
will reverse given text.
Usage
$reverse[text]
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | Text you want to reverse. | true |
Example(s)
This will return the following text This text is reversed, if you're able to read this, then congratulations!
:
1client.command({2 name: "reverse",3 code: `4 $reverse[!snoitalutargnoc neht ,siht daer ot elba er'uoy fi ,desrever si txet sihT]5 `6});