diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 743904f..6684257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: GL_TOKEN: $GL_TOKEN - VERSION: '0.2.11' + VERSION: '0.2.12' deploy: stage: deploy diff --git a/kabot/kabot/utils/texte.py b/kabot/kabot/utils/texte.py index 2afc52b..a67bd36 100644 --- a/kabot/kabot/utils/texte.py +++ b/kabot/kabot/utils/texte.py @@ -83,7 +83,7 @@ class Texte(commands.Cog): else: await asyncio.sleep(len(response) / 6) await message.channel.send(response) - await self.bot.process_commands(message.content) + #await self.bot.process_commands(message) @commands.command(help='list des commits') async def commits(self, ctx, number = 5): diff --git a/kabot/setup.py b/kabot/setup.py index 45f714e..ad217f1 100644 --- a/kabot/setup.py +++ b/kabot/setup.py @@ -61,6 +61,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://github.com/None/kabot', - version='0.2.11', + version='0.2.12', zip_safe=False, )