correction commmande kamoulox
This commit is contained in:
parent
07f814c7d7
commit
c93b333b57
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue