1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Add more rules used to the help description

This commit is contained in:
Dan Hess 2020-08-04 14:23:38 -05:00
parent c0d3513e45
commit aeead4f5b2

View file

@ -15,6 +15,8 @@ class Games(commands.Cog):
apple, then the next word can be elephant because apple ends in e and elephant begins in e
The last player who entered a word cannot be the next person who enters a word
The kana cannot be used, as no word in Japanese starts with this
The word used cannot be a previously given word
"""
def grab_letter(word, last=True):
iterator = reversed(word) if last else iter(word)