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: 定期実行、メッセージ反応、ログ蓄積について機能をざっくり記述 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
64 changes: 64 additions & 0 deletions docs/namagomi-bot-function.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Namagomi-botの機能

## コマンド系

- 一般ユーザ向けは[一般ユーザ向けコマンド](./general-user/general-user-command.md)

- 管理者向けは[管理者向けコマンド](./general-user/general-user-command.md)

を参照してください。

## 定期実行系

### ギガンティック☆整地鯖に関わる機能

- 香川通知機能
- 毎日、香川チャレンジの開始時間をメンション付きでお知らせします。
- 開始時間の10分前に開始時間の通知をします。
- 平日:20:00(19:50に通知)
- 土日:19:30(19:20に通知)
- 実績通知
- 整地鯖における、実績解除できるもの・解除可能日についてメンション付きでお知らせをします。
- 解除可能日の0:00と22:30に通知をします。

- 投票通知
- 毎日、整地鯖のJMS、monocraftの投票についてお知らせします。
- 9:00に通知をします。

### Namagomi-botのステータス

毎日、以下の時間になるとアクティビティが設定されます

- 1:00「すやすや」
- 6:00「ぶおおお」
- 12:00「ごはんもぐもぐ」
- 12:30「ぶおおお」

### 1日1〇〇機能

- 1日1たわしさん
- 1日1おみくじ

### URL展開

- Discordメッセージ展開機能
- Twitter/Xのポスト展開機能
- 画像・動画の添付に対応

## メッセージ反応系

- 任意のユーザに対する、ハードブロック/ブロック確認・通知機能
- コマンド不明時通知機能
- コマンド推測機能
- 特定のメッセージに対する画像リンク送信機能
- 「とってもおいしい豚さん」
- 「たわしさん」

## ログ蓄積系

- Namagomi-botのログファイルに[INFO]、[WARN]、[ERROR]の区分でログ蓄積していきます。
- ログ蓄積要因としては以下のケースが挙げられます
- コマンドの実行エラー
- DB接続エラー
- 管理者権限のないユーザが管理者向けコマンドを実行
- ブロック/ハードブロック状態でのコマンド実行