In this video VVZ shows you how to make the Discord Text Font become different colours and highlighted, If you know Java Script (JS) you will probably already know how to do this.
/ discord
Red Highlight
```diff
- (text)
```
Blue
```css
[text]
```
Blue
```fix
text
```
Light Blue
```bash
"text"
```
Green Highlight
```diff
+text
```
Dark Blue
```ini
[text]
```