diff --git a/nardco.py b/nardco.py
index 52c19fc83977692ba7c9e16b465eccccc8cde22d..992e2e66e61f3b1462104651f2fdcd9c4f1eabf7 100755
--- a/nardco.py
+++ b/nardco.py
@@ -301,7 +301,7 @@ class Boooob(ircbot.SingleServerIRCBot):
 
             cmds = [
                 'help', 'bdsm', 'haddock', 'useless', 'quizz', 'ecole', 'ffs', 'thanos', 'chuck', 'roll', 'rateau', 'viieux',               
-                'kohlanta', 'new', 'del', 'get', 'debat', 'pipo', 'np', 'commit', 'zertyu', 'getsub', 'reddit', "gratuit", "pacho"
+                'kohlanta', 'new', 'del', 'get', 'debat', 'pipo', 'np', 'commit', 'zertyu', 'getsub', 'reddit', "gratuit", "pacho", "alignements"
                 ]
 
             most_likely = (cmd, 0)
@@ -348,6 +348,10 @@ class Boooob(ircbot.SingleServerIRCBot):
                     sent_message = "Et dire que ca faisait seulement " + convert_seconds_to_days(int(difference)) + " que Pacho n'avait pas fait d'allusions"
                 serv.privmsg(canal, sent_message)
                 
+            elif cmd == "alignements" : 
+                sent_message = "GDoc des alignements disponible ici : https://ar1.se/aligne (waouh un ar1.se)"
+                serv.privmsg(canal, sent_message)
+                
 
             elif cmd == "haddock":
                 serv.privmsg(canal, haddock())