From ef29c1f57ce34333a178ae076aa62a71a1536477 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric?= <cedric.halber@student-cs.fr>
Date: Thu, 21 Sep 2023 19:10:07 +0200
Subject: [PATCH] changement code

---
 code/main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/code/main.py b/code/main.py
index 3994184..ebc2300 100644
--- a/code/main.py
+++ b/code/main.py
@@ -4,6 +4,7 @@ wordToEmoji = {
     'super': ':thumbs_up:',
     'coeur': ':red_heart:',
     'sourire': ':smiley:',
+    'wave': ':waving_hand:'
 }
 
 
-- 
GitLab