From a71199b51362d869680de4f67f8c0bd8f41e7294 Mon Sep 17 00:00:00 2001 From: Lawrence Liu Date: Sun, 24 Jul 2022 23:01:32 -0700 Subject: [PATCH] made response trigger more inclusive :) --- dialoggptBot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dialoggptBot.py b/dialoggptBot.py index 5fd96eb..07a28f4 100644 --- a/dialoggptBot.py +++ b/dialoggptBot.py @@ -74,8 +74,8 @@ There really is a Linux, and these people are using it, but it is just a part of return # femboy - if message.content.lower() == "says the femboy": - await message.channel.send("says the femboy") + if "femboy" in message.content.lower(): + await message.reply("says the femboy") return #check if we are in the right channel