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

chore: add default value for no-op button_groups option to stop TS from complaining

This commit is contained in:
Dragory 2022-04-24 02:56:13 +03:00
parent ef78fbc065
commit 8445c37f64
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -19,6 +19,8 @@ const defaultOptions: PluginOptions<ReactionRolesPluginType> = {
remove_user_reactions: true, remove_user_reactions: true,
can_manage: false, can_manage: false,
button_groups: null,
}, },
overrides: [ overrides: [