discord py color

Solutions on MaxInterview for discord py color by the best coders in the world

showing results for - "discord py color"
Gregory
14 Aug 2020
1class colors:
2    default = 0
3    teal = 0x1abc9c
4    dark_teal = 0x11806a
5    green = 0x2ecc71
6    dark_green = 0x1f8b4c
7    blue = 0x3498db
8    dark_blue = 0x206694
9    purple = 0x9b59b6
10    dark_purple = 0x71368a
11    magenta = 0xe91e63
12    dark_magenta = 0xad1457
13    gold = 0xf1c40f
14    dark_gold = 0xc27c0e
15    orange = 0xe67e22
16    dark_orange = 0xa84300
17    red = 0xe74c3c
18    dark_red = 0x992d22
19    lighter_grey = 0x95a5a6
20    dark_grey = 0x607d8b
21    light_grey = 0x979c9f
22    darker_grey = 0x546e7a
23    blurple = 0x7289da
24    greyple = 0x99aab5
25
Mirko
19 Mar 2018
1discord.Color.red() <== Put some available color