From 91e1db6533b831c54347fd813d3d5656d9682874 Mon Sep 17 00:00:00 2001 From: Ryan Hammett Date: Sun, 10 Apr 2016 12:05:30 -0400 Subject: [PATCH] Shortened iOS text --- slack-pixiv/commands/illust.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack-pixiv/commands/illust.rb b/slack-pixiv/commands/illust.rb index 862619b..5eccb54 100644 --- a/slack-pixiv/commands/illust.rb +++ b/slack-pixiv/commands/illust.rb @@ -45,7 +45,7 @@ module SlackMathbot attachments: [ { fallback: title + " - " + pixiv_url, - text: "<" + ios_url + "|Open Image in App> | <" + ios_mem_url + "|Open Profile in App>", + text: "<" + ios_url + "|Open Image> | <" + ios_mem_url + "|Open Profile>", title: title, title_link: pixiv_url, image_url: image_url,