Skip to content

Commit

Permalink
the bot is now responding in the channel,
Browse files Browse the repository at this point in the history
next up is responding based on its type
  • Loading branch information
Daniel Klabbers committed Dec 7, 2017
1 parent 907487e commit 68e5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channel/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ class Channel extends Part
const TYPE_GROUP = 3;

protected $endpoints = [
'get' => 'channels/:id'
'get' => 'channels/:id',
];
}

0 comments on commit 68e5a94

Please sign in to comment.