Fix bug with addressing

This commit is contained in:
Tanner Collin 2020-12-13 09:58:23 +00:00
parent d86c21fead
commit beb4c31f5e

View File

@ -429,7 +429,7 @@ class Game:
if text.startswith(bot_num):
text = text[1:]
for_me = True
if text.startswith('! '):
elif text.startswith('! '):
text = text[2:]
elif text.startswith('!'):
text = text[1:]