try to fix command prefix
This commit is contained in:
parent
6504c286da
commit
6b9e153de1
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.17'
|
VERSION: '0.2.18'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
@ -15,7 +15,7 @@ intents = discord.Intents.all()
|
||||||
intents.message_content = True
|
intents.message_content = True
|
||||||
|
|
||||||
bot = commands.Bot(
|
bot = commands.Bot(
|
||||||
command_prefix=commands.when_mentioned_or("!"),
|
command_prefix="!",
|
||||||
description='''A ROULEEEEETTES !!
|
description='''A ROULEEEEETTES !!
|
||||||
HOULA... J'l'ai un peu trop gueulé ça, non ?
|
HOULA... J'l'ai un peu trop gueulé ça, non ?
|
||||||
A roulettes.''',
|
A roulettes.''',
|
||||||
|
|
|
@ -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.17',
|
version='0.2.18',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue