diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68dc0ea..af6b124 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: GL_TOKEN: $GL_TOKEN - VERSION: '0.2.17' + VERSION: '0.2.18' deploy: stage: deploy diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index f92c679..ffd083b 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -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.''', diff --git a/kabot/setup.py b/kabot/setup.py index 4f88226..20c8caf 100644 --- a/kabot/setup.py +++ b/kabot/setup.py @@ -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, )