This commit is contained in:
Milka64 2023-12-29 15:21:57 +01:00
parent 2d8518e169
commit 2fadbe74c0
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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:

View file

@ -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,
) )