circledisc
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "circledisc", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "CI > Discord, made easier", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -101,2 +101,3 @@ const http = require('http'); | ||
case '/hooks/travisci': { | ||
body.payload = JSON.parse(body.payload); | ||
this.emit('buildComplete', body.payload, 'TravisCI'); | ||
@@ -103,0 +104,0 @@ this.execHook(this._getTravisEmbed(body.payload), this._getAvatar('travisci'), this._getUsername('travisci')); |
22799
604