Advertisement
Xbobcatx420

Color Discord Text

Aug 22nd, 2020 (edited)
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Color Discord Text
  2.  
  3. Info First:
  4. The () are not required
  5. The ``` at the top and bottom are required
  6. The starting text at the top is always required
  7.  
  8.  
  9. RED:
  10. ```diff
  11. -(text)
  12. ```
  13.  
  14. ORANGE:
  15. ```css
  16. [(text)]
  17. ```
  18.  
  19. YELLOW:
  20. ```fix
  21. (text)
  22. ```
  23. No requirement
  24.  
  25. SWAMP GREEN:
  26. ```css
  27. (text)
  28. ```
  29. No requirement
  30.  
  31. BLUE-ISH GREEN
  32. ```bash
  33. "(text)"
  34. ^^ those are quotes not the single ones
  35.  
  36. ACTUAL BLUE:
  37. ```ini
  38. [(text)]
  39. ```
  40.  
  41. Bold Text:
  42. **Text**
  43.  
  44. Bold Italic:
  45. ***Text***
  46.  
  47. Italic:
  48. *Text*
  49.  
  50. Embed:
  51. > Text
  52.  
  53. Enjoy
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement