elif message.content .startswith('ho w do I change my morphs'):
help_channel = client.get_chan nel(75699792452 4654613)
await help_channel.se nd('To change your morphs go to the shrine of Stendarr in Elden Root Grahtwood and make a donation')
This was the way I did it but tried the one above to no luck.
User Profile
Collapse
-
how would I write that in this instance?
It is an answer bot for discord and it is checking a channel message for a word to give an answer....witho ut the bot ansering its self in a loop. the way I was doing it was only if I get exact phrase using this.
elif message.content .startswith('in vite'):
if message.author == client.user: return
help_channel = client.get_chan nel(75699792452 4654613)
...Leave a comment:
-
discord question answering bot using keywords
I am trying to make a bot that checks a message for a key word then answers the question in the same channel. So far I have to have the exact phrase when I use
elif message.content .startswith('ho w do I do this')
is there a way I could detect one of the words in the string
No activity results to display
Show More
Leave a comment: