Browse Source

Missed a comma

master
Ryan Hammett 8 years ago
parent
commit
aa5f58dea6
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

@ -29,7 +29,7 @@ module SlackMathbot
attachments: [
{
fallback: title + " - " + pixiv_url,
text: "<" + ios_url + "/|iOSTest"
text: "<" + ios_url + "/|iOSTest",
title: title,
title_link: pixiv_url,
image_url: image_url,

Loading…
Cancel
Save