fix boulette
This commit is contained in:
parent
b7d3546cea
commit
8cca3c1990
1 changed files with 1 additions and 1 deletions
|
@ -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.command_prefix("!"),
|
command_prefix=commands.when_mentioned_or("!"),
|
||||||
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.''',
|
||||||
|
|
Loading…
Reference in a new issue