WIP #32
This commit is contained in:
parent
26a30c9af8
commit
2d8518e169
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ stages:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GL_TOKEN: $GL_TOKEN
|
GL_TOKEN: $GL_TOKEN
|
||||||
VERSION: '0.2.11'
|
VERSION: '0.2.12'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
@ -83,7 +83,7 @@ class Texte(commands.Cog):
|
||||||
else:
|
else:
|
||||||
await asyncio.sleep(len(response) / 6)
|
await asyncio.sleep(len(response) / 6)
|
||||||
await message.channel.send(response)
|
await message.channel.send(response)
|
||||||
await self.bot.process_commands(message.content)
|
#await self.bot.process_commands(message)
|
||||||
|
|
||||||
@commands.command(help='list des commits')
|
@commands.command(help='list des commits')
|
||||||
async def commits(self, ctx, number = 5):
|
async def commits(self, ctx, number = 5):
|
||||||
|
|
|
@ -61,6 +61,6 @@ setup(
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
url='https://github.com/None/kabot',
|
url='https://github.com/None/kabot',
|
||||||
version='0.2.11',
|
version='0.2.12',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue