Merge pull request #53 from kifril-ltd/role-hidden
Add new bot role `hidden`
This commit is contained in:
commit
46e0f84265
@ -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…
Reference in New Issue
Block a user