diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index e94c06c..9ece955 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -194,7 +194,7 @@ class Mybot(commands.Cog): @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 + kamoulox_sentence = kamoulox_request.content.decode('utf-8') await ctx.send(kamoulox_sentence) @tasks.loop(seconds=1.5)