From 5b3d04bd56286215097d9c18e46bccf9c96bf2b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Wikle=20DUBARD?= <loic97429@gmail.com>
Date: Tue, 20 Aug 2019 10:04:16 +0200
Subject: [PATCH] help plus joli

---
 bot.py | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/bot.py b/bot.py
index d0ecd40..775bbee 100755
--- a/bot.py
+++ b/bot.py
@@ -41,26 +41,26 @@ class Bot(Client):
     def tests(self, texte, thread_id, thread_type, author_id, channel=''):
 
         if texte == '!help':
-            help_text = 'Ce que je sais faire :\n  \
-            !meteo <ville> ; <pays> ; <dans_n_heure(facultatif)>\n \
-            !wikipedia <truc_a_chercher>\n \
-            !useless \n \
-            !chuck \n\
-            !nordpress \n \
-            !quizz [start|new|reset|scoreboard|indice|round|question] \n \
-            !q <reponse> pour répondre au quizz\n\
-            !haddock \n \
-            !philo \n \
-            !pipo\n \
-            !rename <personne> ; <pseudo> \n\
-            !kohlanta <nom>\n \
-            !rateau \n \
-            !maps <nom_du_lieu> <destination(facultatif)> ... not yet fully fonctionnal\n \
-            !memes <image_name_or_url> ; <texte1> ; <texte2(facultatif)>  ... not yet implemented\n\
-            !ping \n\
-            !translate <phrase> ; <lang_source> ; <lang_dest>\n\
-            !shitpostbot5000 [status|on|off|random] ... ne pas utiliser PLEASE\n\
-            !about -> vas-y test-moi !\n'
+            help_text = 'Ce que je sais faire :\n\n' + \
+                '!meteo <ville> ; <pays> ; <dans_n_heure(facultatif)>\n' + \
+                '!wikipedia <truc_a_chercher>\n' + \
+                '!useless \n' + \
+                '!chuck \n' + \
+                '!nordpress \n '\
+                '!quizz [start|new|reset|scoreboard|indice|round|question] \n' + \
+                '!q <reponse> pour répondre au quizz\n' + \
+                '!haddock \n' + \
+                '!philo \n' + \
+                '!pipo\n' + \
+                '!rename <personne> ; <pseudo> \n' + \
+                '!kohlanta <nom>\n' + \
+                '!rateau \n' + \
+                '!maps <nom_du_lieu> <destination(facultatif)> ... not yet fully fonctionnal\n' + \
+                '!memes <image_name_or_url> ; <texte1> ; <texte2(facultatif)>  ... not yet implemented\n' + \
+                '!ping \n' + \
+                '!translate <phrase> ; <lang_source> ; <lang_dest>\n' + \
+                '!shitpostbot5000 [status|on|off|random] ... ne pas utiliser PLEASE\n' + \
+                '!about -> vas-y test-moi !\n'
             return help_text
         elif '!translate' in texte:
             texte = texte.replace('!translate ', '').split(' ; ')
-- 
GitLab