From 0cb2a6b3559298cf4b2a999eb26fbda0c394e661 Mon Sep 17 00:00:00 2001 From: remi Date: Sat, 18 Apr 2020 12:24:55 +0200 Subject: [PATCH] Ajout de la commande avenir --- kabot/kabot/kabot.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index b62891d..54396f7 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- """Main module.""" -import discord import random import discord import os @@ -262,6 +261,21 @@ class Mybot(commands.Cog): if len(self.sounds_history) >5: self.sounds_history = self.sounds_history[:5] + @commands.command(help= "randomsur l'avenir des gens.") + async def avenir(self, ctx): + + choix = random.choice(list_mot) + list_mot = ("tu seras curé, tu t'occuperas plus spécialement du catéchisme. ", + "tu seras animateur de soirées pour les gays pride. ", + "tu seras gynecologue dans une maison de retraite." + "tu iras vivre en thaïland à cause de ton job. car tu seras ladyboy dans un bar." + "tu sera DSI chez jacky et Michel" + "tu seras arroseur de plante aquatique.") + await ctx.channel.send(choix) + + + + def get_word(word_type): content = [] with open("/home/mika/kabot/kabot/kabot/ressources/base_kml.xml", "r", encoding="ISO-8859-1") as file: