Merge pull request #298 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

View File

@ -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 = '(☼‿‿☼)'