made response trigger more inclusive :)

This commit is contained in:
Lawrence Liu 2022-07-24 23:01:32 -07:00
parent e3a5c68044
commit a71199b513

View File

@ -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