Browse Source

Add iOS profile link to member command

master
Daniel Muckerman 8 years ago
parent
commit
043972b1cc
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      slack-pixiv/commands/member.rb

+ 2
- 3
slack-pixiv/commands/member.rb View File

@ -36,9 +36,8 @@ module SlackMathbot
attachments: [
{
fallback: title + " - " + pixiv_url,
text: "<" + ios_mem_url + "|Open in App>",
text: profile_comment,
title: username,
text: "<" + ios_mem_url + "|Open Profile in App>\n" + profile_comment,
title: "" + username + "",
title_link: pixiv_url,
color: "#2684BD",
fields: [

Loading…
Cancel
Save