You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
We should create a
/moderatorscommand 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.@app.command("/moderators")in themain.pyfile of the projectmoderator_handler.pymoderator_models.pymoderator_blocks.py