Skip to content

Commit

Permalink
shift 修正說明文字 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
canvex authored Feb 7, 2024
1 parent 1279f80 commit b7d1e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shift/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def check_chat_available(chat: Chat):
"backup [from channel] [to channel] (silent) 备份频道(可以使用频道用户名或者 id)\n"
"list 顯示目前轉發的頻道\n\n"
"选项说明:\n"
"silent: 禁用通知, none: 文字, all: 全部訊息都傳, photo: 圖片, document: 檔案, video: 影片",
"silent: 禁用通知, text: 文字, all: 全部訊息都傳, photo: 圖片, document: 檔案, video: 影片",
)
async def shift_set(client: Client, message: Message):
if not message.parameter:
Expand Down

0 comments on commit b7d1e66

Please sign in to comment.