Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Aug 12, 2019
2 parents d20a828 + 75d66af commit 2dc8358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3,081 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"cloc": "^2.4.0",
"eslint": "^5.14.0",
"yarn": "^1.13.0"
"yarn": "^1.17.3"
},
"main": "index.js",
"scripts": {
Expand Down
8 changes: 5 additions & 3 deletions src/modules/Rss/api/APIHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ class APIHandler extends Base {

this._module = module;
/** Parser used by every API */
this.parser = new RssParser({
headers: { 'User-Agent': 'webSPELL-bot' },
});
// this.parser = new RssParser({
// headers: { 'User-Agent': 'webSPELL-bot' },
// });

this.parser = new RssParser()

/** All Guilds
* { GuildID => { ChanID: {webhook} } }
Expand Down
Loading

0 comments on commit 2dc8358

Please sign in to comment.