diff --git a/lib/Livechat.js b/lib/Livechat.js index 57d1c5ac..8b540f34 100644 --- a/lib/Livechat.js +++ b/lib/Livechat.js @@ -134,4 +134,6 @@ class Livechat extends EventEmitter { this.running = false; clearTimeout(this.livechat_poller); } -} \ No newline at end of file +} + +module.exports = Livechat; \ No newline at end of file