Merge pull request #53 from kifril-ltd/role-hidden
Add new bot role `hidden`
This commit is contained in:
commit
46e0f84265
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class Constants
|
|||
|
||||
const BOT_ROLE_DISTRIBUTOR = "distributor";
|
||||
const BOT_ROLE_RESPONSIBLE = "responsible";
|
||||
const BOT_ROLE_HIDDEN = "hidden";
|
||||
|
||||
const MESSAGE_SCOPE_PUBLIC = "public";
|
||||
const MESSAGE_SCOPE_PRIVATE = "private";
|
||||
|
|
Loading…
Add table
Reference in a new issue