Nathan's detection
This commit is contained in:
parent
2656458253
commit
be87983665
|
@ -18,7 +18,7 @@ async def on_message(message: discord.Message):
|
|||
if any(word in words for word in ["oui", "ui", "ouai", "ouaip", "yes", "yep"]) and not message.content.__contains__("?"):
|
||||
await channel.send("trow bienn~ (˶ᵔᵕᵔ˶) ‹𝟹")
|
||||
|
||||
if "<@1169377208893194275>" in words:
|
||||
if message.content.__contains__("<@1169377208893194275>"):
|
||||
await channel.send("c'est mon mimi nathan qu'on tag ?? ⸜(。˃ ᵕ ˂)⸝♡")
|
||||
|
||||
if "c" in words:
|
||||
|
|
Loading…
Reference in New Issue