From 68e5a94e44d3a154c27759ad9aba3d726aeb4b98 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Thu, 7 Dec 2017 17:17:52 +0100 Subject: [PATCH] the bot is now responding in the channel, next up is responding based on its type --- src/Channel/Channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Channel/Channel.php b/src/Channel/Channel.php index 2d75856..3c5d879 100644 --- a/src/Channel/Channel.php +++ b/src/Channel/Channel.php @@ -36,6 +36,6 @@ class Channel extends Part const TYPE_GROUP = 3; protected $endpoints = [ - 'get' => 'channels/:id' + 'get' => 'channels/:id', ]; }