WIP #32
This commit is contained in:
parent
2d8518e169
commit
2fadbe74c0
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.12'
|
VERSION: '0.2.13'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
@ -53,7 +53,7 @@ class Texte(commands.Cog):
|
||||||
|
|
||||||
@commands.Cog.listener()
|
@commands.Cog.listener()
|
||||||
async def on_ready(self):
|
async def on_ready(self):
|
||||||
for channel in bot.get_all_channels():
|
for channel in self.bot.get_all_channels():
|
||||||
if channel.name == text_channel:
|
if channel.name == text_channel:
|
||||||
current_chan = channel
|
current_chan = channel
|
||||||
if nickname:
|
if nickname:
|
||||||
|
|
|
@ -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.12',
|
version='0.2.13',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue