diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 0672a39..e94c06c 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -191,6 +191,12 @@ class Mybot(commands.Cog): response = "Unknow error, try: !kaamelott [livre] [character]" await ctx.send(response) + @commands.command(help="Je menotte une cornemuse et je fume Eddy Malou") + async def kamoulox(self, ctx): + kamoulox_request = requests.get('https://kmlproject.com/Launcher/LKamoulox.php') + kamoulox_sentence = kamoulox_request.content + await ctx.send(kamoulox_sentence) + @tasks.loop(seconds=1.5) async def play_next(self): if self.sounds: