Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Colorcodes Discord.py

class colors:
    default = 0
    teal = 0x1abc9c
    dark_teal = 0x11806a
    green = 0x2ecc71
    dark_green = 0x1f8b4c
    blue = 0x3498db
    dark_blue = 0x206694
    purple = 0x9b59b6
    dark_purple = 0x71368a
    magenta = 0xe91e63
    dark_magenta = 0xad1457
    gold = 0xf1c40f
    dark_gold = 0xc27c0e
    orange = 0xe67e22
    dark_orange = 0xa84300
    red = 0xe74c3c
    dark_red = 0x992d22
    lighter_grey = 0x95a5a6
    dark_grey = 0x607d8b
    light_grey = 0x979c9f
    darker_grey = 0x546e7a
    blurple = 0x7289da
    greyple = 0x99aab5
Comment

discord py color

discord.Color.red() <== Put some available color
Comment

PREVIOUS NEXT
Code Example
Python :: python get current month 
Python :: colab pip 
Python :: pandas merge dataframes by column 
Python :: check if is the last element in list python 
Python :: python style console output 
Python :: tuple with one element python 
Python :: df concat 
Python :: how to make it so we can give unlimited parameters in python function 
Python :: primary key django model 
Python :: python empty text file 
Python :: change working directory python 
Python :: webbrowser.google.open python 
Python :: Learn python 3 the hard way by by Zed Shaw 
Python :: extract column numpy array python 
Python :: matplotlib plot 2d point 
Python :: parquet to dataframe 
Python :: simple time in python 
Python :: python day of the week 
Python :: python largest value in list 
Python :: install pip with pacman linux 
Python :: how to run python file from cmd in dockerfile 
Python :: how to check nth prime in python 
Python :: python - row slice dataframe by number of rows 
Python :: python find closest lower value in list 
Python :: 3d array in numpy 
Python :: python numba 
Python :: python program to add two numbers 
Python :: pandas sort 
Python :: pytorch view -1 meaning 
Python :: open file python 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =