M
Size: a a a
M
M
MV
MV
M
M
M
M
M
M
M
⟁ᴡ
⟁ᴡ
emoticons = { "!dice": "🎲" , "!dart": "🎯" }
_emotion = emoticons[event.raw_text.split(" ")[5]]
_emotion
KeyError: '"🎲"'
M
⟁ᴡ
emoticons = { "!dice": "🎲" , "!dart": "🎯" }
_emotion = emoticons[event.raw_text.split(" ")[0]]
_emotion
KeyError: ',x'
⟁ᴡ
emoticons = { "!dice": "🎲" , "!dart": "🎯" }
_emotion = emoticons[event.raw_text.split(" ")[1]]
_emotion
KeyError: 'emoticons'
⟁ᴡ
0
то?M
0
то?⟁ᴡ