Add in `/moderators` command that will list the current moderators

オープン
#383 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@jklich151 がすでに取り組んでいます。

2023年7月9日 から。

評価

この issue はまだ評価されていません。

説明

general: good first issue priority: low status: accepted type: airtable modification type: code change type: feature

We should create a /moderators command that will list out the current moderators so folks can DM one individually if needed, and also know who is who. This should pull from an Airtable table that lists them out so it can easily be updated.

  • Make a new Airtable table to list the moderators with their Slack username and Full name
  • Create a new @app.command("/moderators") in the main.py file of the project
  • Create a new handler file - something like moderator_handler.py
  • Create a new models file - something like moderator_models.py
  • Create a new blocks file - something like moderator_blocks.py
  • Determine the block kit formation using Block Kit Builder
  • Create new handler method to put together blocks and send back to user
  • Put the blocks together in the blocks file to build the correct blocks
主要言語
Python
スター
33
フォーク
44
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

OperationCode/operationcode-pybot のほかの issue

OperationCode/operationcode-pybot の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。