llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

Plugin: Creation of affirmation plugin #215

Closed brandoncruz3 closed 3 years ago

brandoncruz3 commented 3 years ago

This will return random positive statements to help combat imposter syndrome.

image

eSoares commented 3 years ago

Nice plugin! But the list looks fairly small and easy to hardcode in the plugin itself (https://github.com/annthurium/affirmations/blob/master/affirmations.js), this would also avoid the round trip time to the webserver!

brandoncruz3 commented 3 years ago

Even better! Ill make some changes!