made response trigger more inclusive :)
This commit is contained in:
parent
e3a5c68044
commit
a71199b513
@ -74,8 +74,8 @@ There really is a Linux, and these people are using it, but it is just a part of
|
|||||||
return
|
return
|
||||||
|
|
||||||
# femboy
|
# femboy
|
||||||
if message.content.lower() == "says the femboy":
|
if "femboy" in message.content.lower():
|
||||||
await message.channel.send("says the femboy")
|
await message.reply("says the femboy")
|
||||||
return
|
return
|
||||||
|
|
||||||
#check if we are in the right channel
|
#check if we are in the right channel
|
||||||
|
Loading…
Reference in New Issue
Block a user