llimllib / limbo

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

Attach gifs and images as attachments #138

Closed llimllib closed 6 years ago

StewPoll commented 6 years ago

If I could suggest, we should change the attachment dictionary to the following:

    attachment = {
        "fallback": match[0],
        "title": match[0],
        "title_link": res,
        "image_url": res
    }

Bit of duplication, but IMO looks better when received.