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