Skip to content

Commit 2954ff7

Browse files
authored
Merge pull request #2 from GalvinPython/dev
bump: 1.2.0
2 parents ce01b8d + e9b1db9 commit 2954ff7

16 files changed

+560
-122
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ MYSQL_USER='YOUR_MYSQL_USER'
1616
MYSQL_PASSWORD='YOUR_MYSQL_PASSWORD'
1717
MYSQL_DATABASE='YOUR_DATABASE_NAME'
1818

19+
# Twitch
20+
TWITCH_CLIENT_ID='YOUR_TWITCH_CLIENT_ID'
21+
TWITCH_CLIENT_SECRET='YOUR_TWITCH_CLIENT_SECRET'
22+
1923
# Configuration
2024
CONFIG_UPDATE_INTERVAL='60'

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Feedr
22
The next best Discord Bot to notify your members about YouTube video uploads!
3-
Feedr checks for new uploads every **15** seconds
3+
Feedr checks for:
4+
* YouTube uploads every **10** seconds
5+
* Twitch streams are live every **2** seconds
46

57
Invite the bot [here](https://discord.com/oauth2/authorize?client_id=1243939861996503171&permissions=274877959232&integration_type=0&scope=applications.commands+bot)
68

@@ -29,6 +31,10 @@ Feedr strives for constant improvement, so here's what will be implemented
2931
* Add Reactions
3032

3133
# Changelog
34+
## 1.2.0
35+
* Added Twitch feed
36+
* `platform` added to both **/track** and **/untrack**
37+
3238
## 1.1.0
3339
* Replies are no longer deferred
3440
* Messages can now be sent in Announcement channels [1.0.3]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "videonotifier",
33
"module": "src/index.ts",
44
"type": "module",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"devDependencies": {
77
"@types/bun": "1.1.6"
88
},

0 commit comments

Comments
 (0)