Permalink
Browse files

Silly mistakes

  • Loading branch information...
1 parent 2aa760b commit ac935d5f696bc3e551c96949f054cbec3d18cf8f @CrazyLemon CrazyLemon committed Jan 5, 2017
Showing with 1 addition and 2 deletions.
  1. +1 −1 bot.coffee
  2. +0 −1 package.json
View
@@ -19,7 +19,7 @@ require("./scripts/set-get")(bot)
require("./scripts/vreme")(bot)
require("./scripts/apt")(bot)
require("./scripts/url")(bot)
-require("./scripts/wordpress-check")(bot)
+require("./scripts/forum-rss")(bot)
bot.command /^.(pomo[čc]|help)$/i, (r) ->
msg = bot.help.join "\n"
View
@@ -33,7 +33,6 @@
"then-redis": "latest",
"underscore": "latest",
"youtube-feeds": "latest",
- "parse-rss": "*",
"nodepie": "0.5.0"
}
}

0 comments on commit ac935d5

Please sign in to comment.