Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update README.md #16

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 37 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
```
npm install
npm run dev
```
# Bookmackun (ぶっくまっくん)

## About
Discord上でWebページのブックマークを管理できるDiscord Botです。

- 導入は下のリンクから
https://discord.com/oauth2/authorize?client_id=1228743779222163598&permissions=912680712256&scope=bot

## How to use ?
Discordチャット上のコマンドを利用してブックマークの管理を行います。
全てのコマンドは他のコマンドを侵略しないために`/bm`から始まります。

### コマンド一覧
- `/bm add [url]` : ブックマークの追加を行います。ブックマークに追加したいページのURLを入力してください。
- `/bm list` : 今現在登録されているブックマークの一覧を表示します。すでに既読されているもの、有効期限が切れているものは表示されません。表示形式は以下の通りです。
```plain text
YYYY/mm/DDまでに登録された未読ブックマーク一覧

[id] | [url]

1 | https://example.com
2 | https://example.com
3 | https://example.com
```
npm run deploy
```
- `/bm read [id]` : 登録されたブックマークを既読にします。既読にするブックマークのIDを入力してください。
- `/bm remove [id]` : ブックマークを削除します。readと同様ブックマークのIDを入力してください。
- `/bm help` : このBotの使い方を表示します。

## 注意事項
- 5日以上経過したブックマークは自動的に削除されます
- 一度既読にしたものは再度未読にすることができません
- 同じURLのブックマークは登録できません

## 今後実装予定の機能
- リマインダー
- ID指定としているものをSelect形式で選択できるように

## お問い合わせ
- [Kabos](https://x.com/daradara_kabos)(X) のDMまでお願いします
Loading