3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00
zeppelin/backend/src/plugins/ReactionRoles/util/buttonMenuActions.ts
Dark 7c757d4b96
WIP: Button Reactions
This still needs some cleanup and some functionality straight up doesn't work or is only a POC
2021-06-06 04:57:05 +02:00

4 lines
80 B
TypeScript

export enum ButtonMenuActions {
OPEN_MENU = "goto",
GRANT_ROLE = "grant",
}