Skip to content

Commit

Permalink
update rss help messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Jul 23, 2024
1 parent 4b7f529 commit e97eef3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bot/workers/handlers/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,8 +901,8 @@ async def rss_editor(event, args, client):
simply pass the rss title with the following arguements:
Additional args:
-c (/command): command to prefix the rss link
-exf (what_to_exclude): keyword of words to fiter out*
-inf (what_to_include): keywords to include*
--exf (what_to_exclude): keyword of words to fiter out*
--inf (what_to_include): keywords to include*
--chat (chat_id) chat to send rss overides RSS_CHAT pass 'default' to reset.
-p () to pause the rss feed
-r () to resume the rss feed
Expand Down Expand Up @@ -1025,8 +1025,8 @@ async def rss_sub(event, args, client):
Args:
-t (TITLE): New Title of the subscribed rss feed [Required]
-c (/command): command to prefix the rss link [Required]
-exf (what_to_exclude): keyword of words to fiter out*
-inf (what_to_include): keywords to include*
--exf (what_to_exclude): keyword of words to fiter out*
--inf (what_to_include): keywords to include*
-p () to pause the rss feed
-r () to resume the rss feed
--chat (chat_id) chat to send feeds
Expand Down

0 comments on commit e97eef3

Please sign in to comment.