try to fix command prefix

This commit is contained in:
Milka64 2024-01-02 16:45:19 +01:00
parent 6504c286da
commit 6b9e153de1
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ stages:
variables:
GL_TOKEN: $GL_TOKEN
VERSION: '0.2.17'
VERSION: '0.2.18'
deploy:
stage: deploy

View file

@ -15,7 +15,7 @@ intents = discord.Intents.all()
intents.message_content = True
bot = commands.Bot(
command_prefix=commands.when_mentioned_or("!"),
command_prefix="!",
description='''A ROULEEEEETTES !!
HOULA... J'l'ai un peu trop gueulé ça, non ?
A roulettes.''',

View file

@ -61,6 +61,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/None/kabot',
version='0.2.17',
version='0.2.18',
zip_safe=False,
)