Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Huang committed Dec 26, 2017
1 parent 04a389f commit 5dbb8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ bot.dialog('/smug', function (session) {
attachments: [
{
contentType: "image/*",
contentUrl: body.replace("<img src=\"", "").replace("\">", "")
contentUrl: "https://smug.z0ne.moe"+body.replace("<img src=\"", "").replace("\">", "")
}
]
});
Expand Down

0 comments on commit 5dbb8c3

Please sign in to comment.