Resolve FBChatException
Resolve the error `fbchat.models.FBchatException: Could not get ThreadColor from color: FF0084FF` when threadcolor is set to default (MESSENGER_BLUE)
This commit is contained in:
@@ -469,7 +469,7 @@ class EmojiSize(Enum):
|
|||||||
|
|
||||||
class ThreadColor(Enum):
|
class ThreadColor(Enum):
|
||||||
"""Used to specify a thread colors"""
|
"""Used to specify a thread colors"""
|
||||||
MESSENGER_BLUE = ''
|
MESSENGER_BLUE = '#0084ff'
|
||||||
VIKING = '#44bec7'
|
VIKING = '#44bec7'
|
||||||
GOLDEN_POPPY = '#ffc300'
|
GOLDEN_POPPY = '#ffc300'
|
||||||
RADICAL_RED = '#fa3c4c'
|
RADICAL_RED = '#fa3c4c'
|
||||||
|
Reference in New Issue
Block a user