3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

Move action handlers to util file

This commit is contained in:
Dark 2021-06-08 04:47:36 +02:00
parent 5c7c3c8cba
commit b0329dca05
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8
4 changed files with 89 additions and 60 deletions

View file

@ -1,4 +1,4 @@
export enum ButtonMenuActions {
OPEN_MENU = "goto",
GRANT_ROLE = "grant",
MODIFY_ROLE = "grant",
}