detect help request word-wise
This commit is contained in:
parent
684ba106d4
commit
e0ce382d5d
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ async def on_message(message: Message):
|
|||
if now < timeout:
|
||||
return
|
||||
|
||||
c = message.content.lower()
|
||||
c = message.content.lower().split(" ")
|
||||
prefix = await bot.get_guild_prefix(ctx.guild) or "@nomen "
|
||||
|
||||
if "help" in c and "nomen" in c:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue