diff --git a/code/main.py b/code/main.py
index 1d4b7d7c6a8f22eb72058eb8cfbf996700e9ab8f..3905dce52317145850c7f646d5bb5646557cc56e 100644
--- a/code/main.py
+++ b/code/main.py
@@ -5,6 +5,8 @@ wordToEmoji = {
     'super': ':thumbs_up:',
     'coeur': ':red_heart:',
     'sourire': ':smiley:',
+    'detendu': ':relaxed:',
+    'bouchebée': ':open_mouth:',
 }
 
 
@@ -22,4 +24,4 @@ def convert(word):
 
 if __name__ == "__main__":
 
-    print(convert(translate('sourire')))
\ No newline at end of file
+    print(convert(translate('bouchebée')))
\ No newline at end of file