Skip to content

Commit

Permalink
v0.6 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jun 4, 2024
1 parent 33438ae commit 5aad128
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,15 @@ sample/profile.j2
|slack_usergroup_member_infos|\<usergroup_id\> \| slack_usergroup_member_infos |get usergroup member user info|usergroups:read|
|slack_usergroup_member_infos|\<usergroup_id\> \| slack_usergroup_member_infos |get usergroup member user info|usergroups:read|
|slack_search|\<search_query\> \| slack_search | search message |search:read|
|mention|\<user_or_usergroup_id\> \| mention | get user or group mention text ||
|mention_menber|\<user_id\> \| mention | get mention text ||
|mention_group|\<usergroup_id\> \| mention | get group mention text ||

### Globals

|name|usage|detail|slack required scope|
|:--|:--|:--|:--|
|slack_users_name| slack_users_name | list users name |users:read|
|slack_user_groups| slack_user_groups | list user groups |usergroups:read|

[kamidana]:https://github.com/podhmo/kamidana
2 changes: 1 addition & 1 deletion yurumikuji/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'srz_zumix'
__version__ = '0.5.1'
__version__ = '0.6.0'

__copyright__ = '2021 %s ' % __author__
__license__ = """
Expand Down

0 comments on commit 5aad128

Please sign in to comment.