operationcode-pybot icon indicating copy to clipboard operation
operationcode-pybot copied to clipboard

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

Open JudsonStevens opened this issue 3 years ago • 0 comments

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.

  • [x] Make a new Airtable table to list the moderators with their Slack username and Full name
  • [x] Create a new @app.command("/moderators") in the main.py file of the project
  • [x] Create a new handler file - something like moderator_handler.py
  • [x] Create a new models file - something like moderator_models.py
  • [x] 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

JudsonStevens avatar Mar 15 '22 18:03 JudsonStevens