Skip to content

Commit 9715bd3

Browse files
committed
feat(bot): added /tracked command
1 parent cf661ba commit 9715bd3

File tree

4 files changed

+389
-127
lines changed

4 files changed

+389
-127
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feedr strives for constant improvement, so here's what will be implemented
2525
- YouTube Channel selector when using **/track**
2626
- Make it easier to stop tracking channels by showing channels already in the guild when doing **/untrack**
2727
- Other social media platforms
28-
- Bluesky
28+
- Bluesky
2929
- Make it easier to switch discord channels for uploads so that **/untrack** then **/track** is not required
3030
- **/tracked** command to show what channels are being tracked in the guild
3131

@@ -48,6 +48,13 @@ Feedr requires Bun in order to work
4848

4949
# Changelog
5050

51+
## 1.4.0
52+
53+
- Added a new command! `/tracked` ([#50](https://github.com/GalvinPython/feedr/issues/50))
54+
- See all the tracked channels in your server
55+
- The channel you ran the command in will appear first as there is no option to only see the current channel for now
56+
- Locale improvments ([#43](https://github.com/GalvinPython/feedr/issues/43))
57+
5158
## 1.3.0
5259

5360
- Moved database to SQLite

0 commit comments

Comments
 (0)