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:
parent
18fe83c65f
commit
34ead92448
5 changed files with 177 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
export enum ButtonMenuActions {
|
||||
OPEN_MENU = "goto",
|
||||
GRANT_ROLE = "grant",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue