Merge pull request #969 from jonspraggins/patch-1

Add Uploading 'Faces'
This commit is contained in:
Simone Margaritelli 2021-04-18 13:18:43 +02:00 committed by GitHub
commit decbeaccb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,9 @@ ANGRY = "(-_-')"
FRIEND = '(♥‿‿♥)'
BROKEN = '(☓‿‿☓)'
DEBUG = '(#__#)'
UPLOAD = '(1__0)'
UPLOAD1 = '(1__1)'
UPLOAD2 = '(0__1)'
def load_from_config(config):
for face_name, face_value in config.items():