Comparing version 4.0.1 to 4.0.2
@@ -90,3 +90,3 @@ const ConsumableStream = require('consumable-stream'); | ||
killOutput() { | ||
this.channelKillOutput(this.name); | ||
this.client.channelKillOutput(this.name); | ||
} | ||
@@ -93,0 +93,0 @@ |
{ | ||
"name": "ag-channel", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Channel object for Asyngular", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4943