Textcat Messsage Formatting
Basic tags
Supported on textcat telesto v2.0.1 and above
| Name | Usage |
|---|---|
| bold | **<text>** |
| italic | *<text>* |
| header 1 | $h1 <text> $ |
| header 2 | $h2 <text> $ |
| header 3 | $h3 <text> $ |
| header 4 | $h4 <text> $ |
| newline | $n |
| image | $img:url$ |
| link to website | $web:link$ (without http or https) |
| link to channel | $channel:name$ |
| link to command | $command:name$ (without /) |
Inspired by markdown...