Update voice.py
fixing a slight spelling mistake on one of the phrases
This commit is contained in:
parent
ecb4a81e23
commit
c060f612e8
@ -73,7 +73,7 @@ def on_lost_peer(peer):
|
|||||||
|
|
||||||
def on_miss(who):
|
def on_miss(who):
|
||||||
return random.choice([ \
|
return random.choice([ \
|
||||||
'Whops ...\n%s\nis gone.' % who,
|
'Whoops ...\n%s\nis gone.' % who,
|
||||||
'%s\nmissed!' % who,
|
'%s\nmissed!' % who,
|
||||||
'Missed!'])
|
'Missed!'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user