im a jabroni, didnt test this. Fixing adding more spaces

This commit is contained in:
luke 2018-12-19 14:43:27 -08:00
parent bc0612f783
commit 87cafe7f4f

View File

@ -142,7 +142,7 @@ async def on_message(message):
big_text = ''
for letter in message.content.replace('!bigtext ', ''):
if letter == ' ':
big_text += letter
big_text += ' '
else:
big_text += ":regional_indicator_%s:" % letter