Merge pull request from dadav/fix/cool-smilie

Fix the weird looking COOL-face
This commit is contained in:
evilsocket 2019-10-17 13:38:43 +02:00 committed by GitHub
commit 13b1fb6d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,11 @@
LOOK_R = '(⌐■_■)' LOOK_R = '( ⚆_⚆)'
LOOK_L = '(■_■¬)' LOOK_L = '(☉_☉ )'
SLEEP = '(⇀‿‿↼)' SLEEP = '(⇀‿‿↼)'
SLEEP2 = '(≖‿‿≖)' SLEEP2 = '(≖‿‿≖)'
AWAKE = '(◕‿‿◕)' AWAKE = '(◕‿‿◕)'
BORED = '(-__-)' BORED = '(-__-)'
INTENSE = '(°▃▃°)' INTENSE = '(°▃▃°)'
COOL = '(⊙☁◉┐)' COOL = '(⌐■_■)'
HAPPY = '(•‿‿•)' HAPPY = '(•‿‿•)'
EXCITED = '(ᵔ◡◡ᵔ)' EXCITED = '(ᵔ◡◡ᵔ)'
MOTIVATED = '(☼‿‿☼)' MOTIVATED = '(☼‿‿☼)'