You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the request_command only works if the bot receives a tweet that matches the entire string
how do I make it so that as long as any part of the string is involved, it'll accept it?
Example:
request command = how are you
User tweets at the bot "@bot hello how are you?"
the bot will respond because "how are you" is found in the string
thanks in advance
The text was updated successfully, but these errors were encountered:
currently, the request_command only works if the bot receives a tweet that matches the entire string
how do I make it so that as long as any part of the string is involved, it'll accept it?
Example:
the bot will respond because "how are you" is found in the string
thanks in advance
The text was updated successfully, but these errors were encountered: