-
-
Notifications
You must be signed in to change notification settings - Fork 44
Add in /moderators command that will list the current moderators #383
Copy link
Copy link
Open
Labels
general: good first issueGood for newcomersGood for newcomerspriority: lowThis is an issue that is fine sitting for a whileThis is an issue that is fine sitting for a whilestatus: acceptedThe issue has been accepted but still needs to be addressedThe issue has been accepted but still needs to be addressedtype: airtable modificationThis issue requires a change to the Airtable baseThis issue requires a change to the Airtable basetype: code changeIssue requires changes to the code baseIssue requires changes to the code basetype: featureIssue involves adding new functionality that doesn't currently existIssue involves adding new functionality that doesn't currently exist
Metadata
Metadata
Assignees
Labels
general: good first issueGood for newcomersGood for newcomerspriority: lowThis is an issue that is fine sitting for a whileThis is an issue that is fine sitting for a whilestatus: acceptedThe issue has been accepted but still needs to be addressedThe issue has been accepted but still needs to be addressedtype: airtable modificationThis issue requires a change to the Airtable baseThis issue requires a change to the Airtable basetype: code changeIssue requires changes to the code baseIssue requires changes to the code basetype: featureIssue involves adding new functionality that doesn't currently existIssue involves adding new functionality that doesn't currently exist
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