Text Commands
Text commands are commands that change a certain text input in some way or create a new text output. For example, the [p]reverse command reverses the text you give it.
Command List
| Command | Description | Usage |
|---|---|---|
| empty | Sends an empty message | [p]empty |
| reverse | Reverses the text and sends it | [p]reverse <text> |
| alphabet | Edits the message with every letter in the alphabet | [p]alphabet |
| ascii | Sends the text as ASCII art | [p]ascii <text> |
| bold | Sends the text in bold | [p]bold <text> |
| strike | Add strikethrough effect to text | [p]strike <text> |
| italic | Sends the text in italicized font | [p]italic <text> |
| spoiler | Sends the text as a spoiler | [p]spoiler <text> |
| lspoiler | Same as spoiler but spoilers ever letter seperately | [p]lspoiler <text> |
| leet | Sends the text in a language only leet hackers can understand | [p]leet <text> |
| devowel | Sends the text without the vowels | [p]devowel <text> |
| edit | Makes an edit animation with the text | [p]edit <text> |
| emojify | Sends the text as Discord emojis | [p]emojify <text> |
| shrug | Sends a shrug | [p]shrug <text> |
| lenny | Sends a lenny | [p]lenny |
| tableflip | Sends a tableflip | [p]tableflip |
| unflip | Sends an unflip | [p]unflip |
| clap | Replaces spaces in the text into clap emojis | [p]clap <text> |
| zalgo | Sends the text in an almost unreadable font | [p]zalgo <text> |
| unzalgo | Makes zalgo text readable again | [p]unzalgo <text> |
| upper | Sends the text in uppercase | [p]upper <text> |
| lower | Sends the text in lowercase | [p]lower <text> |
| fliptext | Sends the text upside down | [p]fliptext <text> |
| unfliptext | Sends flipped text back to normal | [p]unfliptext <text> |
| wave | Sends text in a wave | [p]wave <text> |
| customwave | Sends text in a wave with custom parameters | [p]customwave <width> <iterations> <text> |
| zwc | Sends text with zero width characters | [p]zwc <text> |
| distance | Calculate the Levenshtein distance between two strings | [p]distance <"text1"> <"text2"> |
| codeblock | Send a codeblock with syntax highlighting | [p]codeblock <language> <code> |