Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
docs(doc): update
Browse files Browse the repository at this point in the history
  • Loading branch information
indes committed Nov 19, 2019
1 parent 51b8c61 commit c3e1085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ curl https://api.telegra.ph/createAccount?short_name=flowerss&author_name=flower
/set 设置订阅
/import 导入 OPML 文件
/export 导出 OPML 文件
/unsuball 取消所有订阅
/help 帮助
```

Expand All @@ -111,6 +112,7 @@ Channel 订阅支持的命令:
/sub @ChannelID [url] 订阅
/unsub @ChannelID [url] 取消订阅
/list @ChannelID 查看当前订阅
/unsuball @ChannelID 取消所有订阅
```

**ChannelID 只有设置为 Public Channel 才有。如果是 Private Channel,可以暂时设置为 Public,订阅完成后改为 Private,不影响 Bot 推送消息。**
Expand Down
1 change: 1 addition & 0 deletions bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ func makeHandle() {
/help 帮助
/import 导入 OPML 文件
/export 导出 OPML 文件
/unsuball 取消所有订阅
详细使用方法请看:https://github.com/indes/flowerss-bot
`
_, _ = B.Send(m.Chat, message)
Expand Down

0 comments on commit c3e1085

Please sign in to comment.