Skip to content

Commit

Permalink
[snacktime] add another "i want" phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Chovin committed Oct 25, 2017
1 parent c6b4c45 commit 149cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snacktime/snacktime.py
Expand Up @@ -351,7 +351,7 @@ async def check_messages(self, message):
#it's snacktime! who want's snacks?
if self.acceptInput.get(scid,False):
if message.author.id not in self.alreadySnacked.get(scid,[]):
agree_phrases = ["holds out hand","im ready","i'm ready","hit me up","hand over","hand me","kindly","i want","i'll have","ill have","yes","pls","plz","please","por favor","can i","i'd like","i would","may i","in my mouth","in my belly","snack me","gimme","give me","i'll take","ill take","i am","about me","me too","of course"]
agree_phrases = ["holds out hand","im ready","i'm ready","hit me up","hand over","hand me","kindly","i want","i'll have","ill have","yes","pls","plz","please","por favor","can i","i'd like","i would","may i","in my mouth","in my belly","snack me","gimme","give me","i'll take","ill take","i am","about me","me too","of course","me want"]
userWants = False
for agreePhrase in agree_phrases:
#no one word answers
Expand Down

0 comments on commit 149cbb2

Please sign in to comment.