Browse Source

Still testing split, fixed syntax

master
Ryan Hammett 8 years ago
parent
commit
14f35590cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      slack-pixiv/commands/pixiv.rb

+ 1
- 1
slack-pixiv/commands/pixiv.rb View File

@ -33,7 +33,7 @@ module SlackMathbot
attachments: [
{
fallback: title + " - " + pixiv_url,
text: "<" + ios_url + "|Open in App>"
text: "<" + ios_url + "|Open in App>" +
"<" + ios_mem_url + "|Open Member in App>",
title: title,
title_link: pixiv_url,

Loading…
Cancel
Save