Skip to content

Commit a82f79d

Browse files
committed
Stable release
1 parent 43a91b7 commit a82f79d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Discord.RSS
33
Driven by the lack of comprehensive RSS bots available, I have decided to try my hand at creating one of my own. Designed with as much customization as possible for both users and bot hosters, while also (or should be) easy to understand.
44

5-
The bot performs fine on a private server (self-hosted) since you can track and monitor its progress. Once I have done enough testing as a public bot to deem it stable, I will post a [release](https://github.com/synzen/Discord.RSS/releases). In any case, whatever changes I make while testing the public bot will also apply to self-hosted bots since they are all-around improvements.
6-
75
For steps on how to host the bot on your own, and on using the bot itself, see https://github.com/synzen/Discord.RSS/wiki.
86

97
## Built With
@@ -14,7 +12,7 @@ For steps on how to host the bot on your own, and on using the bot itself, see h
1412
* [Feedparser](https://www.npmjs.com/package/feedparser)
1513
* [needle](https://www.npmjs.com/package/needle)
1614
* [cloudscraper](https://www.npmjs.com/package/cloudscraper)
17-
* Datebase Manager (one of two options)
15+
* Database Manager (one of two options)
1816
* [sqlite3](https://www.npmjs.com/package/sqlite3) (default)
1917
* [mysql](https://www.npmjs.com/package/mysql)
2018

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Discord.RSS",
33
"version": "1.0.0",
44
"description": "Discord RSS bot with customizable feeds",
5-
"main": "rssServer.js",
5+
"main": "server.js",
66
"author": "synzen",
77
"license": "MIT",
88
"bugs": {

0 commit comments

Comments
 (0)