Added Poop emoji to emojis dict

This commit is contained in:
Dusty.P
2018-04-14 01:12:21 -08:00
parent de9119662f
commit 63434f7849
+1
View File
@@ -35,6 +35,7 @@ profane_words_file = 'profane_words'
emojis = {
'x': '',
'y': '',
'poop': '💩',
}