Added more Commentary to the code Added more global variables

pull/2/head
sgoudham 4 years ago
parent 215cb7c508
commit eb9e01bbe3

@ -38,3 +38,8 @@ colors = {
'SEA_GREEN': 0x2E8B57,
'MEDIUM_VIOLET_RED': 0xC71585,
}
channels = ["enso-chan-commands"]
# Grabbing the list of colours defined in the config.py file
colour_list = [c for c in colors.values()]

Loading…
Cancel
Save