Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Icon override
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Chekalskiy committed Jun 8, 2015
1 parent 502186b commit 072ade6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Reviewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ public function sendReviews($reviews)
}

$config = [
'username' => 'Reviewer',
'icon_emoji' => ':rocket:'
'username' => 'TJ Reviewer',
'icon_url' => 'https://i.imgur.com/GX1ASZy.png'
];

if (isset($this->slackSettings['channel'])) {
Expand Down

0 comments on commit 072ade6

Please sign in to comment.