Skip to content

Commit 2017a99

Browse files
committed
chore: update readme
1 parent 2db3c01 commit 2017a99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
node_modules/
22
.env
33

4+
# Database stuff
5+
/backups
46
*.db
57
*.sqlite
6-
*.sqlite3
8+
*.sqlite3
9+
*.sql

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Feedr
22

3-
> [!WARNING]
4-
> Feedr is currently being updated to 1.3.0
5-
63
The next best Discord Bot to notify your members about YouTube video uploads!
74
Feedr checks for:
85

9-
- YouTube uploads every **10** seconds
6+
- YouTube uploads every **3** seconds
107
- Twitch streams are live every **2** seconds
118

129
Invite the bot [here](https://discord.com/oauth2/authorize?client_id=1243939861996503171&permissions=274877959232&integration_type=0&scope=applications.commands+bot)
@@ -28,6 +25,7 @@ Feedr strives for constant improvement, so here's what will be implemented
2825
- YouTube Channel selector when using **/track**
2926
- Make it easier to stop tracking channels by showing channels already in the guild when doing **/untrack**
3027
- Other social media platforms
28+
- Bluesky
3129
- Make it easier to switch discord channels for uploads so that **/untrack** then **/track** is not required
3230
- **/tracked** command to show what channels are being tracked in the guild
3331

@@ -53,7 +51,6 @@ Feedr requires Bun in order to work
5351
## 1.3.0
5452

5553
- Moved database to SQLite
56-
- Added Bluesky
5754

5855
## 1.2.0
5956

0 commit comments

Comments
 (0)