Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 15, 2024
1 parent 8ef93af commit 782f313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/utils/msg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def enpause(message):
await logger(Exception)


def get_expanded_chats(chat):
def get_expanded_chats(chats):
expanded_chat = []
for chat in chats:
(
Expand Down
4 changes: 3 additions & 1 deletion bot/workers/handlers/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,9 @@ async def rss_sub(event, args, client):
where:
or - means either of both values
| - means and
* --chat also accepts '.' for current chat and 'default' which is the same as not specifying; defaults to RSS_CHAT
* --chat:
also accepts '.' for current chat and 'default' which is the same as not specifying; defaults to RSS_CHAT
also accepts topics send with '{chat_id}:{topic_id}'
*only leech and qbleech commands are passed
Returns:
success message on successfully editing the rss configuration
Expand Down

0 comments on commit 782f313

Please sign in to comment.