mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 19:45:12 +00:00
update docstrings
This commit is contained in:
parent
1521e61329
commit
0362cf2d2f
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue