diff --git a/slack-pixiv/commands/illust.rb b/slack-pixiv/commands/illust.rb index 5eccb54..a6e2c03 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> | <" + ios_mem_url + "|Open Profile>", + text: "<" + ios_url + "|View Image> | <" + ios_mem_url + "|Open Profile>", title: title, title_link: pixiv_url, image_url: image_url,