How to make Discord text colour change

Опубликовано: 27 Сентябрь 2024
на канале: VVZ
231
3

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]
```