Add in /moderators
command that will list the current moderators
#383
Labels
general: good first issue
Good for newcomers
priority: low
This is an issue that is fine sitting for a while
status: accepted
The issue has been accepted but still needs to be addressed
type: airtable modification
This issue requires a change to the Airtable base
type: code change
Issue requires changes to the code base
type: feature
Issue involves adding new functionality that doesn't currently exist
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.@app.command("/moderators")
in themain.py
file of the projectmoderator_handler.py
moderator_models.py
moderator_blocks.py
The text was updated successfully, but these errors were encountered: