Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
muminoff authored Jul 25, 2017
1 parent c53357a commit 0a7cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def left_chat_member_event(chat, member):
)
farewell = random.choice(farewells)
emoticons = (
'😌', 'πŸ˜•', 'πŸ™', ' ☹️', '😫', '😩', '😒', 'πŸ€•'
'😌', 'πŸ˜•', 'πŸ™', '☹️', '😫', '😩', '😒', 'πŸ€•'
)
emoticon = random.choice(emoticons)

Expand Down

0 comments on commit 0a7cd66

Please sign in to comment.