update docstrings

This commit is contained in:
transcental 2025-06-27 19:33:20 +01:00
parent 1521e61329
commit 0362cf2d2f
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ class FAQ(Macro):
async def run(self, ticket, helper, **kwargs):
"""
A simple hello world macro that does nothing.
A simple macro reminding people to check the FAQ.
"""
user_info = await env.slack_client.users_info(user=helper.slackId)
name = (

View file

@ -9,7 +9,7 @@ class Identity(Macro):
async def run(self, ticket, helper, **kwargs):
"""
A simple hello world macro that does nothing.
A simple macro telling people to use the identity help channel
"""
user_info = await env.slack_client.users_info(user=helper.slackId)
name = (