Update flavortown family of reactions to include custom guyfieri emoji.

This commit is contained in:
jowj 2018-05-14 15:40:09 -05:00
parent aa9346fdb1
commit 6e049772a3

View File

@ -148,7 +148,7 @@ if __name__ == "__main__":
slack_client.api_call( slack_client.api_call(
'reactions.add', 'reactions.add',
channel = get_channel_ID("inmyimo"), channel = get_channel_ID("inmyimo"),
name = "fries", name = "guyfieri",
timestamp = event.get('ts') timestamp = event.get('ts')
) )
time.sleep(RTM_READ_DELAY) time.sleep(RTM_READ_DELAY)