3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-30 04:35:02 +00:00

WIP: Button Reactions

This still needs some cleanup and some functionality straight up doesn't work or is only a POC
This commit is contained in:
Dark 2021-06-06 04:57:05 +02:00
parent 18fe83c65f
commit 34ead92448
5 changed files with 177 additions and 0 deletions

View file

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