diff --git a/config.py b/config.py index dd063edd..d809ae39 100644 --- a/config.py +++ b/config.py @@ -39,7 +39,10 @@ colors = { 'MEDIUM_VIOLET_RED': 0xC71585, } +# Allowed channel for Enso~Chan commands channels = ["enso-chan-commands"] # Grabbing the list of colours defined in the config.py file colour_list = [c for c in colors.values()] + +marriage_active = False