os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Update example: make bot send messages as user #49

Closed dastergon closed 8 years ago

dastergon commented 9 years ago

When sending a message without the as_user option, it does not use Bot's preferences as configured screen shot 2015-10-31 at 10 16 06 am

When adding as_user=True though, it displays everything correctly. screen shot 2015-10-31 at 10 16 37 am

os commented 8 years ago

Thanks, @dastergon.