Implement safe auto News role adding
オープン
suspended
- 主要言語
- Python
- スター
- 1
- フォーク
- 11
- 平均マージ
- 20時間 7分
- マージ済み PR(30日)
- 2
説明
Currently, Dyno gives all users the `@News` role at join, which unfortunately bypasses the required verification level on the server.
This should be disabled and a new feature created on TeX-Bot so that only users that meet the value verification level are given the role.
To do this, the member update event should be monitored and if `pending` has become false, give the user the news role.
https://docs.pycord.dev/en/stable/api/events.html#discord.on_member_update
コントリビューションガイド
調査の方向性
まず、参加時に行われる @News ロールの既存の割り当てと、メンバー更新イベントハンドラーを見つけます。リンクされている Pycord の on_member_update ドキュメントを読み、その後、pending が false になった場合にのみロールが割り当てられ、既存の自動割り当てが無効化されていることを確認して変更を検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100